HSL(112, 71%, 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,71%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 71%, 11%) | color: hsl(112, 71%, 11%) | |
| HEX | #0D3008 | color: #0D3008 | |
| RGB | rgb(13, 48, 8) | color: rgb(13, 48, 8) | |
| CMYK | cmyk(73%, 0%, 83%, 81%) | — | |
| HSV | hsv(113, 83%, 19%) | — | |
| HWB | hwb(113 3% 81%) | color: hwb(113 3% 81%) | |
| OKLCH | oklch(0.2737 0.0768 141.25) | color: oklch(0.2737 0.0768 141.25) | |
| Lab | lab(16.59 -21.91 20.15) | color: lab(16.59 -21.91 20.15) | |
| LCH | lch(16.59 29.77 137.4) | color: lch(16.59 29.77 137.4) |
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)
#1C1C12 — rgb(28, 28, 18)
Deuteranopia (Green-blind)
#1A1814 — rgb(26, 24, 20)
Tritanopia (Blue-blind)
#0F191B — rgb(15, 25, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 71%, 11%);
text
color: hsl(112, 71%, 11%);
border
border: 2px solid hsl(112, 71%, 11%);
gradient light
background: linear-gradient(to right, hsl(112, 71%, 31%), hsl(112, 71%, 11%));
gradient dark
background: linear-gradient(to right, hsl(112, 71%, 11%), hsl(112, 71%, 0%))
hex
background-color: #0D3008;
tailwind
bg-[hsl(112,71%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 71%, 11%, 0.4);
css variable
--color-primary: hsl(112, 71%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(112, 71%, 11%)?
HEX: #0D3008 | RGB: rgb(13, 48, 8) | CMYK: 73%, 0%, 83%, 81% | HSV: 113°, 83%, 19%. Copy any format from the conversion table above.
What colors go well with #0D3008?
The complementary color is HSL(292, 71%, 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, 71%, 11%) in CSS?
As HSL: color: hsl(112, 71%, 11%); — As HEX: color: #0D3008; — As RGB: color: rgb(13, 48, 8); — Tailwind CSS: bg-[hsl(112,71%,11%)] — CSS variable: --color-primary: hsl(112, 71%, 11%);