HSL(81, 46%, 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(81,46%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 46%, 11%) | color: hsl(81, 46%, 11%) | |
| HEX | #20290F | color: #20290F | |
| RGB | rgb(32, 41, 15) | color: rgb(32, 41, 15) | |
| CMYK | cmyk(22%, 0%, 63%, 84%) | — | |
| HSV | hsv(81, 63%, 16%) | — | |
| HWB | hwb(81 6% 84%) | color: hwb(81 6% 84%) | |
| OKLCH | oklch(0.2649 0.0455 125.17) | color: oklch(0.2649 0.0455 125.17) | |
| Lab | lab(15.1 -9.35 15.36) | color: lab(15.1 -9.35 15.36) | |
| LCH | lch(15.1 17.98 121.33) | color: lch(15.1 17.98 121.33) |
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)
#242415 — rgb(36, 36, 21)
Deuteranopia (Green-blind)
#232317 — rgb(35, 35, 23)
Tritanopia (Blue-blind)
#201A1B — rgb(32, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 46%, 11%);
text
color: hsl(81, 46%, 11%);
border
border: 2px solid hsl(81, 46%, 11%);
gradient light
background: linear-gradient(to right, hsl(81, 46%, 31%), hsl(81, 46%, 11%));
gradient dark
background: linear-gradient(to right, hsl(81, 46%, 11%), hsl(81, 46%, 0%))
hex
background-color: #20290F;
tailwind
bg-[hsl(81,46%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 46%, 11%, 0.4);
css variable
--color-primary: hsl(81, 46%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(81, 46%, 11%)?
HEX: #20290F | RGB: rgb(32, 41, 15) | CMYK: 22%, 0%, 63%, 84% | HSV: 81°, 63%, 16%. Copy any format from the conversion table above.
What colors go well with #20290F?
The complementary color is HSL(261, 46%, 11%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 46%, 11%) in CSS?
As HSL: color: hsl(81, 46%, 11%); — As HEX: color: #20290F; — As RGB: color: rgb(32, 41, 15); — Tailwind CSS: bg-[hsl(81,46%,11%)] — CSS variable: --color-primary: hsl(81, 46%, 11%);