HSL(100, 59%, 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(100,59%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 59%, 7%) | color: hsl(100, 59%, 7%) | |
| HEX | #0E1C07 | color: #0E1C07 | |
| RGB | rgb(14, 28, 7) | color: rgb(14, 28, 7) | |
| CMYK | cmyk(50%, 0%, 75%, 89%) | — | |
| HSV | hsv(100, 75%, 11%) | — | |
| HWB | hwb(100 3% 89%) | color: hwb(100 3% 89%) | |
| OKLCH | oklch(0.2071 0.0435 136.06) | color: oklch(0.2071 0.0435 136.06) | |
| Lab | lab(8.47 -10.53 9.62) | color: lab(8.47 -10.53 9.62) | |
| LCH | lch(8.47 14.26 137.59) | color: lch(8.47 14.26 137.59) |
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)
#14140C — rgb(20, 20, 12)
Deuteranopia (Green-blind)
#13120D — rgb(19, 18, 13)
Tritanopia (Blue-blind)
#0F1011 — rgb(15, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 59%, 7%);
text
color: hsl(100, 59%, 7%);
border
border: 2px solid hsl(100, 59%, 7%);
gradient light
background: linear-gradient(to right, hsl(100, 59%, 27%), hsl(100, 59%, 7%));
gradient dark
background: linear-gradient(to right, hsl(100, 59%, 7%), hsl(100, 59%, 0%))
hex
background-color: #0E1C07;
tailwind
bg-[hsl(100,59%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 59%, 7%, 0.4);
css variable
--color-primary: hsl(100, 59%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(100, 59%, 7%)?
HEX: #0E1C07 | RGB: rgb(14, 28, 7) | CMYK: 50%, 0%, 75%, 89% | HSV: 100°, 75%, 11%. Copy any format from the conversion table above.
What colors go well with #0E1C07?
The complementary color is HSL(280, 59%, 7%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 59%, 7%) in CSS?
As HSL: color: hsl(100, 59%, 7%); — As HEX: color: #0E1C07; — As RGB: color: rgb(14, 28, 7); — Tailwind CSS: bg-[hsl(100,59%,7%)] — CSS variable: --color-primary: hsl(100, 59%, 7%);