HSL(104, 40%, 7%)
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(104,40%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 40%, 7%) | color: hsl(104, 40%, 7%) | |
| HEX | #0F190B | color: #0F190B | |
| RGB | rgb(15, 25, 11) | color: rgb(15, 25, 11) | |
| CMYK | cmyk(40%, 0%, 56%, 90%) | — | |
| HSV | hsv(103, 56%, 10%) | — | |
| HWB | hwb(103 4% 90%) | color: hwb(103 4% 90%) | |
| OKLCH | oklch(0.1989 0.0306 137.14) | color: oklch(0.1989 0.0306 137.14) | |
| Lab | lab(7.42 -7.18 6.45) | color: lab(7.42 -7.18 6.45) | |
| LCH | lch(7.42 9.65 138.07) | color: lch(7.42 9.65 138.07) |
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)
#13130E — rgb(19, 19, 14)
Deuteranopia (Green-blind)
#13120F — rgb(19, 18, 15)
Tritanopia (Blue-blind)
#101112 — rgb(16, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 40%, 7%);
text
color: hsl(104, 40%, 7%);
border
border: 2px solid hsl(104, 40%, 7%);
gradient light
background: linear-gradient(to right, hsl(104, 40%, 27%), hsl(104, 40%, 7%));
gradient dark
background: linear-gradient(to right, hsl(104, 40%, 7%), hsl(104, 40%, 0%))
hex
background-color: #0F190B;
tailwind
bg-[hsl(104,40%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 40%, 7%, 0.4);
css variable
--color-primary: hsl(104, 40%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(104, 40%, 7%)?
HEX: #0F190B | RGB: rgb(15, 25, 11) | CMYK: 40%, 0%, 56%, 90% | HSV: 103°, 56%, 10%. Copy any format from the conversion table above.
What colors go well with #0F190B?
The complementary color is HSL(284, 40%, 7%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 40%, 7%) in CSS?
As HSL: color: hsl(104, 40%, 7%); — As HEX: color: #0F190B; — As RGB: color: rgb(15, 25, 11); — Tailwind CSS: bg-[hsl(104,40%,7%)] — CSS variable: --color-primary: hsl(104, 40%, 7%);