HSL(120, 13%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(120,13%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(120, 13%, 10%) | color: hsl(120, 13%, 10%) | |
| HEX | #161D16 | color: #161D16 | |
| RGB | rgb(22, 29, 22) | color: rgb(22, 29, 22) | |
| CMYK | cmyk(24%, 0%, 24%, 89%) | — | |
| HSV | hsv(120, 24%, 11%) | — | |
| HWB | hwb(120 8% 89%) | color: hwb(120 8% 89%) | |
| OKLCH | oklch(0.221 0.017 144.97) | color: oklch(0.221 0.017 144.97) | |
| Lab | lab(9.85 -5.08 3.77) | color: lab(9.85 -5.08 3.77) | |
| LCH | lch(9.85 6.33 143.42) | color: lch(9.85 6.33 143.42) |
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)
#191918 — rgb(25, 25, 24)
Deuteranopia (Green-blind)
#191818 — rgb(25, 24, 24)
Tritanopia (Blue-blind)
#161919 — rgb(22, 25, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(120, 13%, 10%);
text
color: hsl(120, 13%, 10%);
border
border: 2px solid hsl(120, 13%, 10%);
gradient light
background: linear-gradient(to right, hsl(120, 13%, 30%), hsl(120, 13%, 10%));
gradient dark
background: linear-gradient(to right, hsl(120, 13%, 10%), hsl(120, 13%, 0%))
hex
background-color: #161D16;
tailwind
bg-[hsl(120,13%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(120, 13%, 10%, 0.4);
css variable
--color-primary: hsl(120, 13%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(120, 13%, 10%)?
HEX: #161D16 | RGB: rgb(22, 29, 22) | CMYK: 24%, 0%, 24%, 89% | HSV: 120°, 24%, 11%. Copy any format from the conversion table above.
What colors go well with #161D16?
The complementary color is HSL(300, 13%, 10%). For a triadic harmony, use hues 120°, 240°, and 0°. For analogous combinations, try hues 90° and 150°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(120, 13%, 10%) in CSS?
As HSL: color: hsl(120, 13%, 10%); — As HEX: color: #161D16; — As RGB: color: rgb(22, 29, 22); — Tailwind CSS: bg-[hsl(120,13%,10%)] — CSS variable: --color-primary: hsl(120, 13%, 10%);