HSL(112, 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(112,52%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 52%, 13%) | color: hsl(112, 52%, 13%) | |
| HEX | #153210 | color: #153210 | |
| RGB | rgb(21, 50, 16) | color: rgb(21, 50, 16) | |
| CMYK | cmyk(58%, 0%, 68%, 80%) | — | |
| HSV | hsv(111, 68%, 20%) | — | |
| HWB | hwb(111 6% 80%) | color: hwb(111 6% 80%) | |
| OKLCH | oklch(0.2851 0.0676 140.81) | color: oklch(0.2851 0.0676 140.81) | |
| Lab | lab(17.82 -19.16 18.03) | color: lab(17.82 -19.16 18.03) | |
| LCH | lch(17.82 26.31 136.74) | color: lch(17.82 26.31 136.74) |
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)
#222218 — rgb(34, 34, 24)
Deuteranopia (Green-blind)
#201E1A — rgb(32, 30, 26)
Tritanopia (Blue-blind)
#161F20 — rgb(22, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 52%, 13%);
text
color: hsl(112, 52%, 13%);
border
border: 2px solid hsl(112, 52%, 13%);
gradient light
background: linear-gradient(to right, hsl(112, 52%, 33%), hsl(112, 52%, 13%));
gradient dark
background: linear-gradient(to right, hsl(112, 52%, 13%), hsl(112, 52%, 0%))
hex
background-color: #153210;
tailwind
bg-[hsl(112,52%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 52%, 13%, 0.4);
css variable
--color-primary: hsl(112, 52%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(112, 52%, 13%)?
HEX: #153210 | RGB: rgb(21, 50, 16) | CMYK: 58%, 0%, 68%, 80% | HSV: 111°, 68%, 20%. Copy any format from the conversion table above.
What colors go well with #153210?
The complementary color is HSL(292, 52%, 13%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 52%, 13%) in CSS?
As HSL: color: hsl(112, 52%, 13%); — As HEX: color: #153210; — As RGB: color: rgb(21, 50, 16); — Tailwind CSS: bg-[hsl(112,52%,13%)] — CSS variable: --color-primary: hsl(112, 52%, 13%);