HSL(66, 59%, 11%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,59%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 59%, 11%) | color: hsl(66, 59%, 11%) | |
| HEX | #292D0C | color: #292D0C | |
| RGB | rgb(41, 45, 12) | color: rgb(41, 45, 12) | |
| CMYK | cmyk(9%, 0%, 73%, 82%) | — | |
| HSV | hsv(67, 73%, 18%) | — | |
| HWB | hwb(67 5% 82%) | color: hwb(67 5% 82%) | |
| OKLCH | oklch(0.2848 0.0515 115.57) | color: oklch(0.2848 0.0515 115.57) | |
| Lab | lab(17.34 -7.56 19.82) | color: lab(17.34 -7.56 19.82) | |
| LCH | lch(17.34 21.21 110.88) | color: lch(17.34 21.21 110.88) |
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)
#2B2B14 — rgb(43, 43, 20)
Deuteranopia (Green-blind)
#2B2A16 — rgb(43, 42, 22)
Tritanopia (Blue-blind)
#291A1C — rgb(41, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 59%, 11%);
text
color: hsl(66, 59%, 11%);
border
border: 2px solid hsl(66, 59%, 11%);
gradient light
background: linear-gradient(to right, hsl(66, 59%, 31%), hsl(66, 59%, 11%));
gradient dark
background: linear-gradient(to right, hsl(66, 59%, 11%), hsl(66, 59%, 0%))
hex
background-color: #292D0C;
tailwind
bg-[hsl(66,59%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 59%, 11%, 0.4);
css variable
--color-primary: hsl(66, 59%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(66, 59%, 11%)?
HEX: #292D0C | RGB: rgb(41, 45, 12) | CMYK: 9%, 0%, 73%, 82% | HSV: 67°, 73%, 18%. Copy any format from the conversion table above.
What colors go well with #292D0C?
The complementary color is HSL(246, 59%, 11%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 59%, 11%) in CSS?
As HSL: color: hsl(66, 59%, 11%); — As HEX: color: #292D0C; — As RGB: color: rgb(41, 45, 12); — Tailwind CSS: bg-[hsl(66,59%,11%)] — CSS variable: --color-primary: hsl(66, 59%, 11%);