HSL(82, 25%, 11%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,25%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 25%, 11%) | color: hsl(82, 25%, 11%) | |
| HEX | #1E2315 | color: #1E2315 | |
| RGB | rgb(30, 35, 21) | color: rgb(30, 35, 21) | |
| CMYK | cmyk(14%, 0%, 40%, 86%) | — | |
| HSV | hsv(81, 40%, 14%) | — | |
| HWB | hwb(81 8% 86%) | color: hwb(81 8% 86%) | |
| OKLCH | oklch(0.2464 0.0263 124.26) | color: oklch(0.2464 0.0263 124.26) | |
| Lab | lab(12.81 -5.48 8.67) | color: lab(12.81 -5.48 8.67) | |
| LCH | lch(12.81 10.26 122.3) | color: lch(12.81 10.26 122.3) |
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)
#202018 — rgb(32, 32, 24)
Deuteranopia (Green-blind)
#202019 — rgb(32, 32, 25)
Tritanopia (Blue-blind)
#1E1B1C — rgb(30, 27, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 25%, 11%);
text
color: hsl(82, 25%, 11%);
border
border: 2px solid hsl(82, 25%, 11%);
gradient light
background: linear-gradient(to right, hsl(82, 25%, 31%), hsl(82, 25%, 11%));
gradient dark
background: linear-gradient(to right, hsl(82, 25%, 11%), hsl(82, 25%, 0%))
hex
background-color: #1E2315;
tailwind
bg-[hsl(82,25%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 25%, 11%, 0.4);
css variable
--color-primary: hsl(82, 25%, 11%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(82, 25%, 11%)?
HEX: #1E2315 | RGB: rgb(30, 35, 21) | CMYK: 14%, 0%, 40%, 86% | HSV: 81°, 40%, 14%. Copy any format from the conversion table above.
What colors go well with #1E2315?
The complementary color is HSL(262, 25%, 11%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 25%, 11%) in CSS?
As HSL: color: hsl(82, 25%, 11%); — As HEX: color: #1E2315; — As RGB: color: rgb(30, 35, 21); — Tailwind CSS: bg-[hsl(82,25%,11%)] — CSS variable: --color-primary: hsl(82, 25%, 11%);