HSL(108, 47%, 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(108,47%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 47%, 8%) | color: hsl(108, 47%, 8%) | |
| HEX | #0F1E0B | color: #0F1E0B | |
| RGB | rgb(15, 30, 11) | color: rgb(15, 30, 11) | |
| CMYK | cmyk(50%, 0%, 63%, 88%) | — | |
| HSV | hsv(107, 63%, 12%) | — | |
| HWB | hwb(107 4% 88%) | color: hwb(107 4% 88%) | |
| OKLCH | oklch(0.2154 0.041 139.29) | color: oklch(0.2154 0.041 139.29) | |
| Lab | lab(9.44 -11.11 9.37) | color: lab(9.44 -11.11 9.37) | |
| LCH | lch(9.44 14.53 139.86) | color: lch(9.44 14.53 139.86) |
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)
#151610 — rgb(21, 22, 16)
Deuteranopia (Green-blind)
#151411 — rgb(21, 20, 17)
Tritanopia (Blue-blind)
#101314 — rgb(16, 19, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 47%, 8%);
text
color: hsl(108, 47%, 8%);
border
border: 2px solid hsl(108, 47%, 8%);
gradient light
background: linear-gradient(to right, hsl(108, 47%, 28%), hsl(108, 47%, 8%));
gradient dark
background: linear-gradient(to right, hsl(108, 47%, 8%), hsl(108, 47%, 0%))
hex
background-color: #0F1E0B;
tailwind
bg-[hsl(108,47%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 47%, 8%, 0.4);
css variable
--color-primary: hsl(108, 47%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(108, 47%, 8%)?
HEX: #0F1E0B | RGB: rgb(15, 30, 11) | CMYK: 50%, 0%, 63%, 88% | HSV: 107°, 63%, 12%. Copy any format from the conversion table above.
What colors go well with #0F1E0B?
The complementary color is HSL(288, 47%, 8%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 47%, 8%) in CSS?
As HSL: color: hsl(108, 47%, 8%); — As HEX: color: #0F1E0B; — As RGB: color: rgb(15, 30, 11); — Tailwind CSS: bg-[hsl(108,47%,8%)] — CSS variable: --color-primary: hsl(108, 47%, 8%);