HSL(117, 95%, 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(117,95%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 95%, 9%) | color: hsl(117, 95%, 9%) | |
| HEX | #032D01 | color: #032D01 | |
| RGB | rgb(3, 45, 1) | color: rgb(3, 45, 1) | |
| CMYK | cmyk(93%, 0%, 98%, 82%) | — | |
| HSV | hsv(117, 98%, 18%) | — | |
| HWB | hwb(117 0% 82%) | color: hwb(117 0% 82%) | |
| OKLCH | oklch(0.2588 0.0848 141.88) | color: oklch(0.2588 0.0848 141.88) | |
| Lab | lab(14.94 -24.5 20.85) | color: lab(14.94 -24.5 20.85) | |
| LCH | lch(14.94 32.17 139.6) | color: lch(14.94 32.17 139.6) |
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)
#15160C — rgb(21, 22, 12)
Deuteranopia (Green-blind)
#13100E — rgb(19, 16, 14)
Tritanopia (Blue-blind)
#051416 — rgb(5, 20, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 95%, 9%);
text
color: hsl(117, 95%, 9%);
border
border: 2px solid hsl(117, 95%, 9%);
gradient light
background: linear-gradient(to right, hsl(117, 95%, 29%), hsl(117, 95%, 9%));
gradient dark
background: linear-gradient(to right, hsl(117, 95%, 9%), hsl(117, 95%, 0%))
hex
background-color: #032D01;
tailwind
bg-[hsl(117,95%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 95%, 9%, 0.4);
css variable
--color-primary: hsl(117, 95%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(117, 95%, 9%)?
HEX: #032D01 | RGB: rgb(3, 45, 1) | CMYK: 93%, 0%, 98%, 82% | HSV: 117°, 98%, 18%. Copy any format from the conversion table above.
What colors go well with #032D01?
The complementary color is HSL(297, 95%, 9%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 95%, 9%) in CSS?
As HSL: color: hsl(117, 95%, 9%); — As HEX: color: #032D01; — As RGB: color: rgb(3, 45, 1); — Tailwind CSS: bg-[hsl(117,95%,9%)] — CSS variable: --color-primary: hsl(117, 95%, 9%);