HSL(116, 60%, 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(116,60%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 60%, 11%) | color: hsl(116, 60%, 11%) | |
| HEX | #0D2D0B | color: #0D2D0B | |
| RGB | rgb(13, 45, 11) | color: rgb(13, 45, 11) | |
| CMYK | cmyk(71%, 0%, 76%, 82%) | — | |
| HSV | hsv(116, 76%, 18%) | — | |
| HWB | hwb(116 4% 82%) | color: hwb(116 4% 82%) | |
| OKLCH | oklch(0.2641 0.0692 142.37) | color: oklch(0.2641 0.0692 142.37) | |
| Lab | lab(15.42 -20.14 17.44) | color: lab(15.42 -20.14 17.44) | |
| LCH | lch(15.42 26.64 139.11) | color: lch(15.42 26.64 139.11) |
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)
#1B1B13 — rgb(27, 27, 19)
Deuteranopia (Green-blind)
#191715 — rgb(25, 23, 21)
Tritanopia (Blue-blind)
#0F1A1B — rgb(15, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 60%, 11%);
text
color: hsl(116, 60%, 11%);
border
border: 2px solid hsl(116, 60%, 11%);
gradient light
background: linear-gradient(to right, hsl(116, 60%, 31%), hsl(116, 60%, 11%));
gradient dark
background: linear-gradient(to right, hsl(116, 60%, 11%), hsl(116, 60%, 0%))
hex
background-color: #0D2D0B;
tailwind
bg-[hsl(116,60%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 60%, 11%, 0.4);
css variable
--color-primary: hsl(116, 60%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(116, 60%, 11%)?
HEX: #0D2D0B | RGB: rgb(13, 45, 11) | CMYK: 71%, 0%, 76%, 82% | HSV: 116°, 76%, 18%. Copy any format from the conversion table above.
What colors go well with #0D2D0B?
The complementary color is HSL(296, 60%, 11%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 60%, 11%) in CSS?
As HSL: color: hsl(116, 60%, 11%); — As HEX: color: #0D2D0B; — As RGB: color: rgb(13, 45, 11); — Tailwind CSS: bg-[hsl(116,60%,11%)] — CSS variable: --color-primary: hsl(116, 60%, 11%);