HSL(92, 50%, 8%)
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(92,50%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 50%, 8%) | color: hsl(92, 50%, 8%) | |
| HEX | #141F0A | color: #141F0A | |
| RGB | rgb(20, 31, 10) | color: rgb(20, 31, 10) | |
| CMYK | cmyk(35%, 0%, 68%, 88%) | — | |
| HSV | hsv(91, 68%, 12%) | — | |
| HWB | hwb(91 4% 88%) | color: hwb(91 4% 88%) | |
| OKLCH | oklch(0.2224 0.0407 131.73) | color: oklch(0.2224 0.0407 131.73) | |
| Lab | lab(10.19 -9.78 10.91) | color: lab(10.19 -9.78 10.91) | |
| LCH | lch(10.19 14.65 131.87) | color: lch(10.19 14.65 131.87) |
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)
#19190F — rgb(25, 25, 15)
Deuteranopia (Green-blind)
#181710 — rgb(24, 23, 16)
Tritanopia (Blue-blind)
#151314 — rgb(21, 19, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 50%, 8%);
text
color: hsl(92, 50%, 8%);
border
border: 2px solid hsl(92, 50%, 8%);
gradient light
background: linear-gradient(to right, hsl(92, 50%, 28%), hsl(92, 50%, 8%));
gradient dark
background: linear-gradient(to right, hsl(92, 50%, 8%), hsl(92, 50%, 0%))
hex
background-color: #141F0A;
tailwind
bg-[hsl(92,50%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 50%, 8%, 0.4);
css variable
--color-primary: hsl(92, 50%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(92, 50%, 8%)?
HEX: #141F0A | RGB: rgb(20, 31, 10) | CMYK: 35%, 0%, 68%, 88% | HSV: 91°, 68%, 12%. Copy any format from the conversion table above.
What colors go well with #141F0A?
The complementary color is HSL(272, 50%, 8%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 50%, 8%) in CSS?
As HSL: color: hsl(92, 50%, 8%); — As HEX: color: #141F0A; — As RGB: color: rgb(20, 31, 10); — Tailwind CSS: bg-[hsl(92,50%,8%)] — CSS variable: --color-primary: hsl(92, 50%, 8%);