HSL(112, 66%, 11%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,66%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 66%, 11%) | color: hsl(112, 66%, 11%) | |
| HEX | #0E2F0A | color: #0E2F0A | |
| RGB | rgb(14, 47, 10) | color: rgb(14, 47, 10) | |
| CMYK | cmyk(70%, 0%, 79%, 82%) | — | |
| HSV | hsv(114, 79%, 18%) | — | |
| HWB | hwb(114 4% 82%) | color: hwb(114 4% 82%) | |
| OKLCH | oklch(0.271 0.0728 141.55) | color: oklch(0.271 0.0728 141.55) | |
| Lab | lab(16.25 -20.9 18.92) | color: lab(16.25 -20.9 18.92) | |
| LCH | lch(16.25 28.19 137.85) | color: lch(16.25 28.19 137.85) |
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)
#1C1D13 — rgb(28, 29, 19)
Deuteranopia (Green-blind)
#1A1815 — rgb(26, 24, 21)
Tritanopia (Blue-blind)
#101A1C — rgb(16, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 66%, 11%);
text
color: hsl(112, 66%, 11%);
border
border: 2px solid hsl(112, 66%, 11%);
gradient light
background: linear-gradient(to right, hsl(112, 66%, 31%), hsl(112, 66%, 11%));
gradient dark
background: linear-gradient(to right, hsl(112, 66%, 11%), hsl(112, 66%, 0%))
hex
background-color: #0E2F0A;
tailwind
bg-[hsl(112,66%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 66%, 11%, 0.4);
css variable
--color-primary: hsl(112, 66%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(112, 66%, 11%)?
HEX: #0E2F0A | RGB: rgb(14, 47, 10) | CMYK: 70%, 0%, 79%, 82% | HSV: 114°, 79%, 18%. Copy any format from the conversion table above.
What colors go well with #0E2F0A?
The complementary color is HSL(292, 66%, 11%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 66%, 11%) in CSS?
As HSL: color: hsl(112, 66%, 11%); — As HEX: color: #0E2F0A; — As RGB: color: rgb(14, 47, 10); — Tailwind CSS: bg-[hsl(112,66%,11%)] — CSS variable: --color-primary: hsl(112, 66%, 11%);