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