HSL(125, 50%, 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(125,50%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 50%, 11%) | color: hsl(125, 50%, 11%) | |
| HEX | #0E2A10 | color: #0E2A10 | |
| RGB | rgb(14, 42, 16) | color: rgb(14, 42, 16) | |
| CMYK | cmyk(67%, 0%, 62%, 84%) | — | |
| HSV | hsv(124, 67%, 16%) | — | |
| HWB | hwb(124 5% 84%) | color: hwb(124 5% 84%) | |
| OKLCH | oklch(0.2555 0.0581 144.98) | color: oklch(0.2555 0.0581 144.98) | |
| Lab | lab(14.33 -17.53 13.59) | color: lab(14.33 -17.53 13.59) | |
| LCH | lch(14.33 22.18 142.22) | color: lch(14.33 22.18 142.22) |
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)
#1A1A16 — rgb(26, 26, 22)
Deuteranopia (Green-blind)
#191618 — rgb(25, 22, 24)
Tritanopia (Blue-blind)
#0F1B1C — rgb(15, 27, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 50%, 11%);
text
color: hsl(125, 50%, 11%);
border
border: 2px solid hsl(125, 50%, 11%);
gradient light
background: linear-gradient(to right, hsl(125, 50%, 31%), hsl(125, 50%, 11%));
gradient dark
background: linear-gradient(to right, hsl(125, 50%, 11%), hsl(125, 50%, 0%))
hex
background-color: #0E2A10;
tailwind
bg-[hsl(125,50%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 50%, 11%, 0.4);
css variable
--color-primary: hsl(125, 50%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(125, 50%, 11%)?
HEX: #0E2A10 | RGB: rgb(14, 42, 16) | CMYK: 67%, 0%, 62%, 84% | HSV: 124°, 67%, 16%. Copy any format from the conversion table above.
What colors go well with #0E2A10?
The complementary color is HSL(305, 50%, 11%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 50%, 11%) in CSS?
As HSL: color: hsl(125, 50%, 11%); — As HEX: color: #0E2A10; — As RGB: color: rgb(14, 42, 16); — Tailwind CSS: bg-[hsl(125,50%,11%)] — CSS variable: --color-primary: hsl(125, 50%, 11%);