HSL(141, 86%, 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(141,86%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 86%, 10%) | color: hsl(141, 86%, 10%) | |
| HEX | #042F13 | color: #042F13 | |
| RGB | rgb(4, 47, 19) | color: rgb(4, 47, 19) | |
| CMYK | cmyk(91%, 0%, 60%, 82%) | — | |
| HSV | hsv(141, 91%, 18%) | — | |
| HWB | hwb(141 2% 82%) | color: hwb(141 2% 82%) | |
| OKLCH | oklch(0.2687 0.0685 150.38) | color: oklch(0.2687 0.0685 150.38) | |
| Lab | lab(16.03 -22.16 13.91) | color: lab(16.03 -22.16 13.91) | |
| LCH | lch(16.03 26.16 147.88) | color: lch(16.03 26.16 147.88) |
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)
#17171A — rgb(23, 23, 26)
Deuteranopia (Green-blind)
#14111B — rgb(20, 17, 27)
Tritanopia (Blue-blind)
#061F20 — rgb(6, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 86%, 10%);
text
color: hsl(141, 86%, 10%);
border
border: 2px solid hsl(141, 86%, 10%);
gradient light
background: linear-gradient(to right, hsl(141, 86%, 30%), hsl(141, 86%, 10%));
gradient dark
background: linear-gradient(to right, hsl(141, 86%, 10%), hsl(141, 86%, 0%))
hex
background-color: #042F13;
tailwind
bg-[hsl(141,86%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 86%, 10%, 0.4);
css variable
--color-primary: hsl(141, 86%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(141, 86%, 10%)?
HEX: #042F13 | RGB: rgb(4, 47, 19) | CMYK: 91%, 0%, 60%, 82% | HSV: 141°, 91%, 18%. Copy any format from the conversion table above.
What colors go well with #042F13?
The complementary color is HSL(321, 86%, 10%). 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, 86%, 10%) in CSS?
As HSL: color: hsl(141, 86%, 10%); — As HEX: color: #042F13; — As RGB: color: rgb(4, 47, 19); — Tailwind CSS: bg-[hsl(141,86%,10%)] — CSS variable: --color-primary: hsl(141, 86%, 10%);