HSL(101, 66%, 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(101,66%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 66%, 7%) | color: hsl(101, 66%, 7%) | |
| HEX | #0E1E06 | color: #0E1E06 | |
| RGB | rgb(14, 30, 6) | color: rgb(14, 30, 6) | |
| CMYK | cmyk(53%, 0%, 80%, 88%) | — | |
| HSV | hsv(100, 80%, 12%) | — | |
| HWB | hwb(100 2% 88%) | color: hwb(100 2% 88%) | |
| OKLCH | oklch(0.2136 0.0487 136.16) | color: oklch(0.2136 0.0487 136.16) | |
| Lab | lab(9.28 -12.22 11.19) | color: lab(9.28 -12.22 11.19) | |
| LCH | lch(9.28 16.57 137.52) | color: lch(9.28 16.57 137.52) |
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)
#15150C — rgb(21, 21, 12)
Deuteranopia (Green-blind)
#14130D — rgb(20, 19, 13)
Tritanopia (Blue-blind)
#0F1011 — rgb(15, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 66%, 7%);
text
color: hsl(101, 66%, 7%);
border
border: 2px solid hsl(101, 66%, 7%);
gradient light
background: linear-gradient(to right, hsl(101, 66%, 27%), hsl(101, 66%, 7%));
gradient dark
background: linear-gradient(to right, hsl(101, 66%, 7%), hsl(101, 66%, 0%))
hex
background-color: #0E1E06;
tailwind
bg-[hsl(101,66%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 66%, 7%, 0.4);
css variable
--color-primary: hsl(101, 66%, 7%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(101, 66%, 7%)?
HEX: #0E1E06 | RGB: rgb(14, 30, 6) | CMYK: 53%, 0%, 80%, 88% | HSV: 100°, 80%, 12%. Copy any format from the conversion table above.
What colors go well with #0E1E06?
The complementary color is HSL(281, 66%, 7%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 66%, 7%) in CSS?
As HSL: color: hsl(101, 66%, 7%); — As HEX: color: #0E1E06; — As RGB: color: rgb(14, 30, 6); — Tailwind CSS: bg-[hsl(101,66%,7%)] — CSS variable: --color-primary: hsl(101, 66%, 7%);