HSL(91, 32%, 9%)
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(91,32%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 32%, 9%) | color: hsl(91, 32%, 9%) | |
| HEX | #171E10 | color: #171E10 | |
| RGB | rgb(23, 30, 16) | color: rgb(23, 30, 16) | |
| CMYK | cmyk(23%, 0%, 47%, 88%) | — | |
| HSV | hsv(90, 47%, 12%) | — | |
| HWB | hwb(90 6% 88%) | color: hwb(90 6% 88%) | |
| OKLCH | oklch(0.2233 0.0279 129.99) | color: oklch(0.2233 0.0279 129.99) | |
| Lab | lab(10.17 -6.58 8.04) | color: lab(10.17 -6.58 8.04) | |
| LCH | lch(10.17 10.39 129.3) | color: lch(10.17 10.39 129.3) |
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)
#1A1A13 — rgb(26, 26, 19)
Deuteranopia (Green-blind)
#1A1914 — rgb(26, 25, 20)
Tritanopia (Blue-blind)
#171617 — rgb(23, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 32%, 9%);
text
color: hsl(91, 32%, 9%);
border
border: 2px solid hsl(91, 32%, 9%);
gradient light
background: linear-gradient(to right, hsl(91, 32%, 29%), hsl(91, 32%, 9%));
gradient dark
background: linear-gradient(to right, hsl(91, 32%, 9%), hsl(91, 32%, 0%))
hex
background-color: #171E10;
tailwind
bg-[hsl(91,32%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 32%, 9%, 0.4);
css variable
--color-primary: hsl(91, 32%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(91, 32%, 9%)?
HEX: #171E10 | RGB: rgb(23, 30, 16) | CMYK: 23%, 0%, 47%, 88% | HSV: 90°, 47%, 12%. Copy any format from the conversion table above.
What colors go well with #171E10?
The complementary color is HSL(271, 32%, 9%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 32%, 9%) in CSS?
As HSL: color: hsl(91, 32%, 9%); — As HEX: color: #171E10; — As RGB: color: rgb(23, 30, 16); — Tailwind CSS: bg-[hsl(91,32%,9%)] — CSS variable: --color-primary: hsl(91, 32%, 9%);