HSL(67, 85%, 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(67,85%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 85%, 11%) | color: hsl(67, 85%, 11%) | |
| HEX | #2E3404 | color: #2E3404 | |
| RGB | rgb(46, 52, 4) | color: rgb(46, 52, 4) | |
| CMYK | cmyk(12%, 0%, 92%, 80%) | — | |
| HSV | hsv(68, 92%, 20%) | — | |
| HWB | hwb(68 2% 80%) | color: hwb(68 2% 80%) | |
| OKLCH | oklch(0.3089 0.0671 116.81) | color: oklch(0.3089 0.0671 116.81) | |
| Lab | lab(20.23 -9.93 26.61) | color: lab(20.23 -9.93 26.61) | |
| LCH | lch(20.23 28.4 110.46) | color: lch(20.23 28.4 110.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)
#313110 — rgb(49, 49, 16)
Deuteranopia (Green-blind)
#303012 — rgb(48, 48, 18)
Tritanopia (Blue-blind)
#2E191B — rgb(46, 25, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 85%, 11%);
text
color: hsl(67, 85%, 11%);
border
border: 2px solid hsl(67, 85%, 11%);
gradient light
background: linear-gradient(to right, hsl(67, 85%, 31%), hsl(67, 85%, 11%));
gradient dark
background: linear-gradient(to right, hsl(67, 85%, 11%), hsl(67, 85%, 0%))
hex
background-color: #2E3404;
tailwind
bg-[hsl(67,85%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 85%, 11%, 0.4);
css variable
--color-primary: hsl(67, 85%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(67, 85%, 11%)?
HEX: #2E3404 | RGB: rgb(46, 52, 4) | CMYK: 12%, 0%, 92%, 80% | HSV: 68°, 92%, 20%. Copy any format from the conversion table above.
What colors go well with #2E3404?
The complementary color is HSL(247, 85%, 11%). 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, 85%, 11%) in CSS?
As HSL: color: hsl(67, 85%, 11%); — As HEX: color: #2E3404; — As RGB: color: rgb(46, 52, 4); — Tailwind CSS: bg-[hsl(67,85%,11%)] — CSS variable: --color-primary: hsl(67, 85%, 11%);