HSL(98, 30%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(98,30%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(98, 30%, 32%) | color: hsl(98, 30%, 32%) | |
| HEX | #4B6A39 | color: #4B6A39 | |
| RGB | rgb(75, 106, 57) | color: rgb(75, 106, 57) | |
| CMYK | cmyk(29%, 0%, 46%, 58%) | — | |
| HSV | hsv(98, 46%, 42%) | — | |
| HWB | hwb(98 23% 58%) | color: hwb(98 23% 58%) | |
| OKLCH | oklch(0.4873 0.0823 134.89) | color: oklch(0.4873 0.0823 134.89) | |
| Lab | lab(41.37 -21.15 23.92) | color: lab(41.37 -21.15 23.92) | |
| LCH | lch(41.37 31.93 131.48) | color: lch(41.37 31.93 131.48) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#585945 — rgb(88, 89, 69)
Deuteranopia (Green-blind)
#575448 — rgb(87, 84, 72)
Tritanopia (Blue-blind)
#4D4E50 — rgb(77, 78, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(98, 30%, 32%);
text
color: hsl(98, 30%, 32%);
border
border: 2px solid hsl(98, 30%, 32%);
gradient light
background: linear-gradient(to right, hsl(98, 30%, 52%), hsl(98, 30%, 32%));
gradient dark
background: linear-gradient(to right, hsl(98, 30%, 32%), hsl(98, 30%, 12%))
hex
background-color: #4B6A39;
tailwind
bg-[hsl(98,30%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(98, 30%, 32%, 0.4);
css variable
--color-primary: hsl(98, 30%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(98, 30%, 32%)?
HEX: #4B6A39 | RGB: rgb(75, 106, 57) | CMYK: 29%, 0%, 46%, 58% | HSV: 98°, 46%, 42%. Copy any format from the conversion table above.
What colors go well with #4B6A39?
The complementary color is HSL(278, 30%, 32%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(98, 30%, 32%) in CSS?
As HSL: color: hsl(98, 30%, 32%); — As HEX: color: #4B6A39; — As RGB: color: rgb(75, 106, 57); — Tailwind CSS: bg-[hsl(98,30%,32%)] — CSS variable: --color-primary: hsl(98, 30%, 32%);