HSL(119, 94%, 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(119,94%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 94%, 9%) | color: hsl(119, 94%, 9%) | |
| HEX | #022D01 | color: #022D01 | |
| RGB | rgb(2, 45, 1) | color: rgb(2, 45, 1) | |
| CMYK | cmyk(96%, 0%, 98%, 82%) | — | |
| HSV | hsv(119, 98%, 18%) | — | |
| HWB | hwb(119 0% 82%) | color: hwb(119 0% 82%) | |
| OKLCH | oklch(0.2584 0.0853 142.23) | color: oklch(0.2584 0.0853 142.23) | |
| Lab | lab(14.91 -24.82 20.8) | color: lab(14.91 -24.82 20.8) | |
| LCH | lch(14.91 32.38 140.04) | color: lch(14.91 32.38 140.04) |
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)
#15150C — rgb(21, 21, 12)
Deuteranopia (Green-blind)
#120F0E — rgb(18, 15, 14)
Tritanopia (Blue-blind)
#041416 — rgb(4, 20, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 94%, 9%);
text
color: hsl(119, 94%, 9%);
border
border: 2px solid hsl(119, 94%, 9%);
gradient light
background: linear-gradient(to right, hsl(119, 94%, 29%), hsl(119, 94%, 9%));
gradient dark
background: linear-gradient(to right, hsl(119, 94%, 9%), hsl(119, 94%, 0%))
hex
background-color: #022D01;
tailwind
bg-[hsl(119,94%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 94%, 9%, 0.4);
css variable
--color-primary: hsl(119, 94%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(119, 94%, 9%)?
HEX: #022D01 | RGB: rgb(2, 45, 1) | CMYK: 96%, 0%, 98%, 82% | HSV: 119°, 98%, 18%. Copy any format from the conversion table above.
What colors go well with #022D01?
The complementary color is HSL(299, 94%, 9%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 94%, 9%) in CSS?
As HSL: color: hsl(119, 94%, 9%); — As HEX: color: #022D01; — As RGB: color: rgb(2, 45, 1); — Tailwind CSS: bg-[hsl(119,94%,9%)] — CSS variable: --color-primary: hsl(119, 94%, 9%);