HSL(101, 94%, 13%)
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,94%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 94%, 13%) | color: hsl(101, 94%, 13%) | |
| HEX | #164002 | color: #164002 | |
| RGB | rgb(22, 64, 2) | color: rgb(22, 64, 2) | |
| CMYK | cmyk(66%, 0%, 97%, 75%) | — | |
| HSV | hsv(101, 97%, 25%) | — | |
| HWB | hwb(101 1% 75%) | color: hwb(101 1% 75%) | |
| OKLCH | oklch(0.3286 0.0995 138.14) | color: oklch(0.3286 0.0995 138.14) | |
| Lab | lab(23.14 -26.75 30.11) | color: lab(23.14 -26.75 30.11) | |
| LCH | lch(23.14 40.28 131.62) | color: lch(23.14 40.28 131.62) |
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)
#282911 — rgb(40, 41, 17)
Deuteranopia (Green-blind)
#262315 — rgb(38, 35, 21)
Tritanopia (Blue-blind)
#181D1F — rgb(24, 29, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 94%, 13%);
text
color: hsl(101, 94%, 13%);
border
border: 2px solid hsl(101, 94%, 13%);
gradient light
background: linear-gradient(to right, hsl(101, 94%, 33%), hsl(101, 94%, 13%));
gradient dark
background: linear-gradient(to right, hsl(101, 94%, 13%), hsl(101, 94%, 0%))
hex
background-color: #164002;
tailwind
bg-[hsl(101,94%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 94%, 13%, 0.4);
css variable
--color-primary: hsl(101, 94%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(101, 94%, 13%)?
HEX: #164002 | RGB: rgb(22, 64, 2) | CMYK: 66%, 0%, 97%, 75% | HSV: 101°, 97%, 25%. Copy any format from the conversion table above.
What colors go well with #164002?
The complementary color is HSL(281, 94%, 13%). 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, 94%, 13%) in CSS?
As HSL: color: hsl(101, 94%, 13%); — As HEX: color: #164002; — As RGB: color: rgb(22, 64, 2); — Tailwind CSS: bg-[hsl(101,94%,13%)] — CSS variable: --color-primary: hsl(101, 94%, 13%);