HSL(147, 22%, 10%)
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(147,22%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 22%, 10%) | color: hsl(147, 22%, 10%) | |
| HEX | #141F19 | color: #141F19 | |
| RGB | rgb(20, 31, 25) | color: rgb(20, 31, 25) | |
| CMYK | cmyk(35%, 0%, 19%, 88%) | — | |
| HSV | hsv(147, 35%, 12%) | — | |
| HWB | hwb(147 8% 88%) | color: hwb(147 8% 88%) | |
| OKLCH | oklch(0.2265 0.0196 160.47) | color: oklch(0.2265 0.0196 160.47) | |
| Lab | lab(10.55 -6.58 2.53) | color: lab(10.55 -6.58 2.53) | |
| LCH | lch(10.55 7.05 158.97) | color: lch(10.55 7.05 158.97) |
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)
#19191A — rgb(25, 25, 26)
Deuteranopia (Green-blind)
#18171B — rgb(24, 23, 27)
Tritanopia (Blue-blind)
#151C1C — rgb(21, 28, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 22%, 10%);
text
color: hsl(147, 22%, 10%);
border
border: 2px solid hsl(147, 22%, 10%);
gradient light
background: linear-gradient(to right, hsl(147, 22%, 30%), hsl(147, 22%, 10%));
gradient dark
background: linear-gradient(to right, hsl(147, 22%, 10%), hsl(147, 22%, 0%))
hex
background-color: #141F19;
tailwind
bg-[hsl(147,22%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 22%, 10%, 0.4);
css variable
--color-primary: hsl(147, 22%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(147, 22%, 10%)?
HEX: #141F19 | RGB: rgb(20, 31, 25) | CMYK: 35%, 0%, 19%, 88% | HSV: 147°, 35%, 12%. Copy any format from the conversion table above.
What colors go well with #141F19?
The complementary color is HSL(327, 22%, 10%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 22%, 10%) in CSS?
As HSL: color: hsl(147, 22%, 10%); — As HEX: color: #141F19; — As RGB: color: rgb(20, 31, 25); — Tailwind CSS: bg-[hsl(147,22%,10%)] — CSS variable: --color-primary: hsl(147, 22%, 10%);