HSL(110, 14%, 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(110,14%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 14%, 10%) | color: hsl(110, 14%, 10%) | |
| HEX | #171D16 | color: #171D16 | |
| RGB | rgb(23, 29, 22) | color: rgb(23, 29, 22) | |
| CMYK | cmyk(21%, 0%, 24%, 89%) | — | |
| HSV | hsv(111, 24%, 11%) | — | |
| HWB | hwb(111 8% 89%) | color: hwb(111 8% 89%) | |
| OKLCH | oklch(0.222 0.0161 141.12) | color: oklch(0.222 0.0161 141.12) | |
| Lab | lab(9.94 -4.6 3.91) | color: lab(9.94 -4.6 3.91) | |
| LCH | lch(9.94 6.04 139.64) | color: lch(9.94 6.04 139.64) |
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)
#1A1A18 — rgb(26, 26, 24)
Deuteranopia (Green-blind)
#191918 — rgb(25, 25, 24)
Tritanopia (Blue-blind)
#171919 — rgb(23, 25, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 14%, 10%);
text
color: hsl(110, 14%, 10%);
border
border: 2px solid hsl(110, 14%, 10%);
gradient light
background: linear-gradient(to right, hsl(110, 14%, 30%), hsl(110, 14%, 10%));
gradient dark
background: linear-gradient(to right, hsl(110, 14%, 10%), hsl(110, 14%, 0%))
hex
background-color: #171D16;
tailwind
bg-[hsl(110,14%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 14%, 10%, 0.4);
css variable
--color-primary: hsl(110, 14%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(110, 14%, 10%)?
HEX: #171D16 | RGB: rgb(23, 29, 22) | CMYK: 21%, 0%, 24%, 89% | HSV: 111°, 24%, 11%. Copy any format from the conversion table above.
What colors go well with #171D16?
The complementary color is HSL(290, 14%, 10%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 14%, 10%) in CSS?
As HSL: color: hsl(110, 14%, 10%); — As HEX: color: #171D16; — As RGB: color: rgb(23, 29, 22); — Tailwind CSS: bg-[hsl(110,14%,10%)] — CSS variable: --color-primary: hsl(110, 14%, 10%);