HSL(121, 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(121,52%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 52%, 13%) | color: hsl(121, 52%, 13%) | |
| HEX | #103210 | color: #103210 | |
| RGB | rgb(16, 50, 16) | color: rgb(16, 50, 16) | |
| CMYK | cmyk(68%, 0%, 68%, 80%) | — | |
| HSV | hsv(120, 68%, 20%) | — | |
| HWB | hwb(120 6% 80%) | color: hwb(120 6% 80%) | |
| OKLCH | oklch(0.2826 0.0706 143.43) | color: oklch(0.2826 0.0706 143.43) | |
| Lab | lab(17.59 -20.85 17.71) | color: lab(17.59 -20.85 17.71) | |
| LCH | lch(17.59 27.36 139.66) | color: lch(17.59 27.36 139.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)
#1F1F18 — rgb(31, 31, 24)
Deuteranopia (Green-blind)
#1D1A1A — rgb(29, 26, 26)
Tritanopia (Blue-blind)
#121F20 — rgb(18, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 52%, 13%);
text
color: hsl(121, 52%, 13%);
border
border: 2px solid hsl(121, 52%, 13%);
gradient light
background: linear-gradient(to right, hsl(121, 52%, 33%), hsl(121, 52%, 13%));
gradient dark
background: linear-gradient(to right, hsl(121, 52%, 13%), hsl(121, 52%, 0%))
hex
background-color: #103210;
tailwind
bg-[hsl(121,52%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 52%, 13%, 0.4);
css variable
--color-primary: hsl(121, 52%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(121, 52%, 13%)?
HEX: #103210 | RGB: rgb(16, 50, 16) | CMYK: 68%, 0%, 68%, 80% | HSV: 120°, 68%, 20%. Copy any format from the conversion table above.
What colors go well with #103210?
The complementary color is HSL(301, 52%, 13%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 52%, 13%) in CSS?
As HSL: color: hsl(121, 52%, 13%); — As HEX: color: #103210; — As RGB: color: rgb(16, 50, 16); — Tailwind CSS: bg-[hsl(121,52%,13%)] — CSS variable: --color-primary: hsl(121, 52%, 13%);