HSL(141, 40%, 13%)
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,40%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 40%, 13%) | color: hsl(141, 40%, 13%) | |
| HEX | #142E1D | color: #142E1D | |
| RGB | rgb(20, 46, 29) | color: rgb(20, 46, 29) | |
| CMYK | cmyk(57%, 0%, 37%, 82%) | — | |
| HSV | hsv(141, 57%, 18%) | — | |
| HWB | hwb(141 8% 82%) | color: hwb(141 8% 82%) | |
| OKLCH | oklch(0.2746 0.0453 153.62) | color: oklch(0.2746 0.0453 153.62) | |
| Lab | lab(16.46 -14.86 7.95) | color: lab(16.46 -14.86 7.95) | |
| LCH | lch(16.46 16.85 151.85) | color: lch(16.46 16.85 151.85) |
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)
#1F1F21 — rgb(31, 31, 33)
Deuteranopia (Green-blind)
#1E1C22 — rgb(30, 28, 34)
Tritanopia (Blue-blind)
#152425 — rgb(21, 36, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 40%, 13%);
text
color: hsl(141, 40%, 13%);
border
border: 2px solid hsl(141, 40%, 13%);
gradient light
background: linear-gradient(to right, hsl(141, 40%, 33%), hsl(141, 40%, 13%));
gradient dark
background: linear-gradient(to right, hsl(141, 40%, 13%), hsl(141, 40%, 0%))
hex
background-color: #142E1D;
tailwind
bg-[hsl(141,40%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 40%, 13%, 0.4);
css variable
--color-primary: hsl(141, 40%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(141, 40%, 13%)?
HEX: #142E1D | RGB: rgb(20, 46, 29) | CMYK: 57%, 0%, 37%, 82% | HSV: 141°, 57%, 18%. Copy any format from the conversion table above.
What colors go well with #142E1D?
The complementary color is HSL(321, 40%, 13%). 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, 40%, 13%) in CSS?
As HSL: color: hsl(141, 40%, 13%); — As HEX: color: #142E1D; — As RGB: color: rgb(20, 46, 29); — Tailwind CSS: bg-[hsl(141,40%,13%)] — CSS variable: --color-primary: hsl(141, 40%, 13%);