HSL(141, 89%, 4%)
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(141,89%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 89%, 4%) | color: hsl(141, 89%, 4%) | |
| HEX | #011307 | color: #011307 | |
| RGB | rgb(1, 19, 7) | color: rgb(1, 19, 7) | |
| CMYK | cmyk(95%, 0%, 63%, 93%) | — | |
| HSV | hsv(140, 95%, 7%) | — | |
| HWB | hwb(140 0% 93%) | color: hwb(140 0% 93%) | |
| OKLCH | oklch(0.1652 0.0381 154.81) | color: oklch(0.1652 0.0381 154.81) | |
| Lab | lab(4.4 -7.36 3.59) | color: lab(4.4 -7.36 3.59) | |
| LCH | lch(4.4 8.19 154) | color: lch(4.4 8.19 154) |
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)
#09090A — rgb(9, 9, 10)
Deuteranopia (Green-blind)
#08060B — rgb(8, 6, 11)
Tritanopia (Blue-blind)
#020C0D — rgb(2, 12, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 89%, 4%);
text
color: hsl(141, 89%, 4%);
border
border: 2px solid hsl(141, 89%, 4%);
gradient light
background: linear-gradient(to right, hsl(141, 89%, 24%), hsl(141, 89%, 4%));
gradient dark
background: linear-gradient(to right, hsl(141, 89%, 4%), hsl(141, 89%, 0%))
hex
background-color: #011307;
tailwind
bg-[hsl(141,89%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 89%, 4%, 0.4);
css variable
--color-primary: hsl(141, 89%, 4%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(141, 89%, 4%)?
HEX: #011307 | RGB: rgb(1, 19, 7) | CMYK: 95%, 0%, 63%, 93% | HSV: 140°, 95%, 7%. Copy any format from the conversion table above.
What colors go well with #011307?
The complementary color is HSL(321, 89%, 4%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 89%, 4%) in CSS?
As HSL: color: hsl(141, 89%, 4%); — As HEX: color: #011307; — As RGB: color: rgb(1, 19, 7); — Tailwind CSS: bg-[hsl(141,89%,4%)] — CSS variable: --color-primary: hsl(141, 89%, 4%);