HSL(89, 40%, 7%)
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(89,40%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 40%, 7%) | color: hsl(89, 40%, 7%) | |
| HEX | #12190B | color: #12190B | |
| RGB | rgb(18, 25, 11) | color: rgb(18, 25, 11) | |
| CMYK | cmyk(28%, 0%, 56%, 90%) | — | |
| HSV | hsv(90, 56%, 10%) | — | |
| HWB | hwb(90 4% 90%) | color: hwb(90 4% 90%) | |
| OKLCH | oklch(0.2016 0.0284 130.23) | color: oklch(0.2016 0.0284 130.23) | |
| Lab | lab(7.66 -6.08 6.83) | color: lab(7.66 -6.08 6.83) | |
| LCH | lch(7.66 9.14 131.68) | color: lch(7.66 9.14 131.68) |
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)
#15150E — rgb(21, 21, 14)
Deuteranopia (Green-blind)
#15140F — rgb(21, 20, 15)
Tritanopia (Blue-blind)
#121112 — rgb(18, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 40%, 7%);
text
color: hsl(89, 40%, 7%);
border
border: 2px solid hsl(89, 40%, 7%);
gradient light
background: linear-gradient(to right, hsl(89, 40%, 27%), hsl(89, 40%, 7%));
gradient dark
background: linear-gradient(to right, hsl(89, 40%, 7%), hsl(89, 40%, 0%))
hex
background-color: #12190B;
tailwind
bg-[hsl(89,40%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 40%, 7%, 0.4);
css variable
--color-primary: hsl(89, 40%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(89, 40%, 7%)?
HEX: #12190B | RGB: rgb(18, 25, 11) | CMYK: 28%, 0%, 56%, 90% | HSV: 90°, 56%, 10%. Copy any format from the conversion table above.
What colors go well with #12190B?
The complementary color is HSL(269, 40%, 7%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 40%, 7%) in CSS?
As HSL: color: hsl(89, 40%, 7%); — As HEX: color: #12190B; — As RGB: color: rgb(18, 25, 11); — Tailwind CSS: bg-[hsl(89,40%,7%)] — CSS variable: --color-primary: hsl(89, 40%, 7%);