HSL(69, 75%, 12%)
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(69,75%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 75%, 12%) | color: hsl(69, 75%, 12%) | |
| HEX | #2F3608 | color: #2F3608 | |
| RGB | rgb(47, 54, 8) | color: rgb(47, 54, 8) | |
| CMYK | cmyk(13%, 0%, 85%, 79%) | — | |
| HSV | hsv(69, 85%, 21%) | — | |
| HWB | hwb(69 3% 79%) | color: hwb(69 3% 79%) | |
| OKLCH | oklch(0.3159 0.0659 117.95) | color: oklch(0.3159 0.0659 117.95) | |
| Lab | lab(21.06 -10.33 25.93) | color: lab(21.06 -10.33 25.93) | |
| LCH | lch(21.06 27.91 111.72) | color: lch(21.06 27.91 111.72) |
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)
#323213 — rgb(50, 50, 19)
Deuteranopia (Green-blind)
#323116 — rgb(50, 49, 22)
Tritanopia (Blue-blind)
#2F1C1E — rgb(47, 28, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 75%, 12%);
text
color: hsl(69, 75%, 12%);
border
border: 2px solid hsl(69, 75%, 12%);
gradient light
background: linear-gradient(to right, hsl(69, 75%, 32%), hsl(69, 75%, 12%));
gradient dark
background: linear-gradient(to right, hsl(69, 75%, 12%), hsl(69, 75%, 0%))
hex
background-color: #2F3608;
tailwind
bg-[hsl(69,75%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 75%, 12%, 0.4);
css variable
--color-primary: hsl(69, 75%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(69, 75%, 12%)?
HEX: #2F3608 | RGB: rgb(47, 54, 8) | CMYK: 13%, 0%, 85%, 79% | HSV: 69°, 85%, 21%. Copy any format from the conversion table above.
What colors go well with #2F3608?
The complementary color is HSL(249, 75%, 12%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 75%, 12%) in CSS?
As HSL: color: hsl(69, 75%, 12%); — As HEX: color: #2F3608; — As RGB: color: rgb(47, 54, 8); — Tailwind CSS: bg-[hsl(69,75%,12%)] — CSS variable: --color-primary: hsl(69, 75%, 12%);