HSL(67, 94%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,94%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 94%, 20%) | color: hsl(67, 94%, 20%) | |
| HEX | #586303 | color: #586303 | |
| RGB | rgb(88, 99, 3) | color: rgb(88, 99, 3) | |
| CMYK | cmyk(11%, 0%, 97%, 61%) | — | |
| HSV | hsv(67, 97%, 39%) | — | |
| HWB | hwb(67 1% 61%) | color: hwb(67 1% 61%) | |
| OKLCH | oklch(0.4738 0.1081 117.09) | color: oklch(0.4738 0.1081 117.09) | |
| Lab | lab(39.59 -15.99 45.25) | color: lab(39.59 -15.99 45.25) | |
| LCH | lch(39.59 47.99 109.46) | color: lch(39.59 47.99 109.46) |
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)
#5D5D1A — rgb(93, 93, 26)
Deuteranopia (Green-blind)
#5C5B20 — rgb(92, 91, 32)
Tritanopia (Blue-blind)
#592D31 — rgb(89, 45, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 94%, 20%);
text
color: hsl(67, 94%, 20%);
border
border: 2px solid hsl(67, 94%, 20%);
gradient light
background: linear-gradient(to right, hsl(67, 94%, 40%), hsl(67, 94%, 20%));
gradient dark
background: linear-gradient(to right, hsl(67, 94%, 20%), hsl(67, 94%, 0%))
hex
background-color: #586303;
tailwind
bg-[hsl(67,94%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 94%, 20%, 0.4);
css variable
--color-primary: hsl(67, 94%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 94%, 20%)?
HEX: #586303 | RGB: rgb(88, 99, 3) | CMYK: 11%, 0%, 97%, 61% | HSV: 67°, 97%, 39%. Copy any format from the conversion table above.
What colors go well with #586303?
The complementary color is HSL(247, 94%, 20%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 94%, 20%) in CSS?
As HSL: color: hsl(67, 94%, 20%); — As HEX: color: #586303; — As RGB: color: rgb(88, 99, 3); — Tailwind CSS: bg-[hsl(67,94%,20%)] — CSS variable: --color-primary: hsl(67, 94%, 20%);