HSL(141, 45%, 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,45%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 45%, 10%) | color: hsl(141, 45%, 10%) | |
| HEX | #0E2516 | color: #0E2516 | |
| RGB | rgb(14, 37, 22) | color: rgb(14, 37, 22) | |
| CMYK | cmyk(62%, 0%, 41%, 85%) | — | |
| HSV | hsv(141, 62%, 15%) | — | |
| HWB | hwb(141 6% 85%) | color: hwb(141 6% 85%) | |
| OKLCH | oklch(0.2405 0.0412 153.47) | color: oklch(0.2405 0.0412 153.47) | |
| Lab | lab(12.44 -13.5 7.28) | color: lab(12.44 -13.5 7.28) | |
| LCH | lch(12.44 15.34 151.66) | color: lch(12.44 15.34 151.66) |
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)
#18181A — rgb(24, 24, 26)
Deuteranopia (Green-blind)
#17151B — rgb(23, 21, 27)
Tritanopia (Blue-blind)
#0F1C1D — rgb(15, 28, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 45%, 10%);
text
color: hsl(141, 45%, 10%);
border
border: 2px solid hsl(141, 45%, 10%);
gradient light
background: linear-gradient(to right, hsl(141, 45%, 30%), hsl(141, 45%, 10%));
gradient dark
background: linear-gradient(to right, hsl(141, 45%, 10%), hsl(141, 45%, 0%))
hex
background-color: #0E2516;
tailwind
bg-[hsl(141,45%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 45%, 10%, 0.4);
css variable
--color-primary: hsl(141, 45%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(141, 45%, 10%)?
HEX: #0E2516 | RGB: rgb(14, 37, 22) | CMYK: 62%, 0%, 41%, 85% | HSV: 141°, 62%, 15%. Copy any format from the conversion table above.
What colors go well with #0E2516?
The complementary color is HSL(321, 45%, 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, 45%, 10%) in CSS?
As HSL: color: hsl(141, 45%, 10%); — As HEX: color: #0E2516; — As RGB: color: rgb(14, 37, 22); — Tailwind CSS: bg-[hsl(141,45%,10%)] — CSS variable: --color-primary: hsl(141, 45%, 10%);