HSL(91, 52%, 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(91,52%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 52%, 13%) | color: hsl(91, 52%, 13%) | |
| HEX | #213210 | color: #213210 | |
| RGB | rgb(33, 50, 16) | color: rgb(33, 50, 16) | |
| CMYK | cmyk(34%, 0%, 68%, 80%) | — | |
| HSV | hsv(90, 68%, 20%) | — | |
| HWB | hwb(90 6% 80%) | color: hwb(90 6% 80%) | |
| OKLCH | oklch(0.293 0.0597 131.39) | color: oklch(0.293 0.0597 131.39) | |
| Lab | lab(18.55 -14.15 19.08) | color: lab(18.55 -14.15 19.08) | |
| LCH | lch(18.55 23.75 126.56) | color: lch(18.55 23.75 126.56) |
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)
#282918 — rgb(40, 41, 24)
Deuteranopia (Green-blind)
#27261A — rgb(39, 38, 26)
Tritanopia (Blue-blind)
#221F20 — rgb(34, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 52%, 13%);
text
color: hsl(91, 52%, 13%);
border
border: 2px solid hsl(91, 52%, 13%);
gradient light
background: linear-gradient(to right, hsl(91, 52%, 33%), hsl(91, 52%, 13%));
gradient dark
background: linear-gradient(to right, hsl(91, 52%, 13%), hsl(91, 52%, 0%))
hex
background-color: #213210;
tailwind
bg-[hsl(91,52%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 52%, 13%, 0.4);
css variable
--color-primary: hsl(91, 52%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(91, 52%, 13%)?
HEX: #213210 | RGB: rgb(33, 50, 16) | CMYK: 34%, 0%, 68%, 80% | HSV: 90°, 68%, 20%. Copy any format from the conversion table above.
What colors go well with #213210?
The complementary color is HSL(271, 52%, 13%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 52%, 13%) in CSS?
As HSL: color: hsl(91, 52%, 13%); — As HEX: color: #213210; — As RGB: color: rgb(33, 50, 16); — Tailwind CSS: bg-[hsl(91,52%,13%)] — CSS variable: --color-primary: hsl(91, 52%, 13%);