HSL(142, 16%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(142,16%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 16%, 10%) | color: hsl(142, 16%, 10%) | |
| HEX | #151E18 | color: #151E18 | |
| RGB | rgb(21, 30, 24) | color: rgb(21, 30, 24) | |
| CMYK | cmyk(30%, 0%, 20%, 88%) | — | |
| HSV | hsv(140, 30%, 12%) | — | |
| HWB | hwb(140 8% 88%) | color: hwb(140 8% 88%) | |
| OKLCH | oklch(0.2239 0.0175 155.56) | color: oklch(0.2239 0.0175 155.56) | |
| Lab | lab(10.21 -5.72 2.8) | color: lab(10.21 -5.72 2.8) | |
| LCH | lch(10.21 6.37 153.92) | color: lch(10.21 6.37 153.92) |
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)
#191919 — rgb(25, 25, 25)
Deuteranopia (Green-blind)
#18181A — rgb(24, 24, 26)
Tritanopia (Blue-blind)
#151B1B — rgb(21, 27, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 16%, 10%);
text
color: hsl(142, 16%, 10%);
border
border: 2px solid hsl(142, 16%, 10%);
gradient light
background: linear-gradient(to right, hsl(142, 16%, 30%), hsl(142, 16%, 10%));
gradient dark
background: linear-gradient(to right, hsl(142, 16%, 10%), hsl(142, 16%, 0%))
hex
background-color: #151E18;
tailwind
bg-[hsl(142,16%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 16%, 10%, 0.4);
css variable
--color-primary: hsl(142, 16%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(142, 16%, 10%)?
HEX: #151E18 | RGB: rgb(21, 30, 24) | CMYK: 30%, 0%, 20%, 88% | HSV: 140°, 30%, 12%. Copy any format from the conversion table above.
What colors go well with #151E18?
The complementary color is HSL(322, 16%, 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, 16%, 10%) in CSS?
As HSL: color: hsl(142, 16%, 10%); — As HEX: color: #151E18; — As RGB: color: rgb(21, 30, 24); — Tailwind CSS: bg-[hsl(142,16%,10%)] — CSS variable: --color-primary: hsl(142, 16%, 10%);