HSL(123, 96%, 5%)
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(123,96%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 96%, 5%) | color: hsl(123, 96%, 5%) | |
| HEX | #011902 | color: #011902 | |
| RGB | rgb(1, 25, 2) | color: rgb(1, 25, 2) | |
| CMYK | cmyk(96%, 0%, 92%, 90%) | — | |
| HSV | hsv(123, 96%, 10%) | — | |
| HWB | hwb(123 0% 90%) | color: hwb(123 0% 90%) | |
| OKLCH | oklch(0.1862 0.0575 143.87) | color: oklch(0.1862 0.0575 143.87) | |
| Lab | lab(6.38 -12.29 8.51) | color: lab(6.38 -12.29 8.51) | |
| LCH | lch(6.38 14.95 145.3) | color: lch(6.38 14.95 145.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)
#0B0C08 — rgb(11, 12, 8)
Deuteranopia (Green-blind)
#0A0809 — rgb(10, 8, 9)
Tritanopia (Blue-blind)
#020C0D — rgb(2, 12, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 96%, 5%);
text
color: hsl(123, 96%, 5%);
border
border: 2px solid hsl(123, 96%, 5%);
gradient light
background: linear-gradient(to right, hsl(123, 96%, 25%), hsl(123, 96%, 5%));
gradient dark
background: linear-gradient(to right, hsl(123, 96%, 5%), hsl(123, 96%, 0%))
hex
background-color: #011902;
tailwind
bg-[hsl(123,96%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 96%, 5%, 0.4);
css variable
--color-primary: hsl(123, 96%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(123, 96%, 5%)?
HEX: #011902 | RGB: rgb(1, 25, 2) | CMYK: 96%, 0%, 92%, 90% | HSV: 123°, 96%, 10%. Copy any format from the conversion table above.
What colors go well with #011902?
The complementary color is HSL(303, 96%, 5%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 96%, 5%) in CSS?
As HSL: color: hsl(123, 96%, 5%); — As HEX: color: #011902; — As RGB: color: rgb(1, 25, 2); — Tailwind CSS: bg-[hsl(123,96%,5%)] — CSS variable: --color-primary: hsl(123, 96%, 5%);