HSL(82, 22%, 12%)
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,22%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 22%, 12%) | color: hsl(82, 22%, 12%) | |
| HEX | #202518 | color: #202518 | |
| RGB | rgb(32, 37, 24) | color: rgb(32, 37, 24) | |
| CMYK | cmyk(14%, 0%, 35%, 85%) | — | |
| HSV | hsv(83, 35%, 15%) | — | |
| HWB | hwb(83 10% 85%) | color: hwb(83 10% 85%) | |
| OKLCH | oklch(0.2551 0.0245 125.18) | color: oklch(0.2551 0.0245 125.18) | |
| Lab | lab(13.8 -5.26 7.94) | color: lab(13.8 -5.26 7.94) | |
| LCH | lch(13.8 9.52 123.52) | color: lch(13.8 9.52 123.52) |
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)
#22221B — rgb(34, 34, 27)
Deuteranopia (Green-blind)
#22221C — rgb(34, 34, 28)
Tritanopia (Blue-blind)
#201E1E — rgb(32, 30, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 22%, 12%);
text
color: hsl(82, 22%, 12%);
border
border: 2px solid hsl(82, 22%, 12%);
gradient light
background: linear-gradient(to right, hsl(82, 22%, 32%), hsl(82, 22%, 12%));
gradient dark
background: linear-gradient(to right, hsl(82, 22%, 12%), hsl(82, 22%, 0%))
hex
background-color: #202518;
tailwind
bg-[hsl(82,22%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 22%, 12%, 0.4);
css variable
--color-primary: hsl(82, 22%, 12%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(82, 22%, 12%)?
HEX: #202518 | RGB: rgb(32, 37, 24) | CMYK: 14%, 0%, 35%, 85% | HSV: 83°, 35%, 15%. Copy any format from the conversion table above.
What colors go well with #202518?
The complementary color is HSL(262, 22%, 12%). 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, 22%, 12%) in CSS?
As HSL: color: hsl(82, 22%, 12%); — As HEX: color: #202518; — As RGB: color: rgb(32, 37, 24); — Tailwind CSS: bg-[hsl(82,22%,12%)] — CSS variable: --color-primary: hsl(82, 22%, 12%);