HSL(112, 20%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,20%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 20%, 17%) | color: hsl(112, 20%, 17%) | |
| HEX | #253423 | color: #253423 | |
| RGB | rgb(37, 52, 35) | color: rgb(37, 52, 35) | |
| CMYK | cmyk(29%, 0%, 33%, 80%) | — | |
| HSV | hsv(113, 33%, 20%) | — | |
| HWB | hwb(113 13% 80%) | color: hwb(113 13% 80%) | |
| OKLCH | oklch(0.306 0.036 141.68) | color: oklch(0.306 0.036 141.68) | |
| Lab | lab(19.93 -10.35 8.8) | color: lab(19.93 -10.35 8.8) | |
| LCH | lch(19.93 13.59 139.63) | color: lch(19.93 13.59 139.63) |
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)
#2B2C27 — rgb(43, 44, 39)
Deuteranopia (Green-blind)
#2B2A28 — rgb(43, 42, 40)
Tritanopia (Blue-blind)
#262A2B — rgb(38, 42, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 20%, 17%);
text
color: hsl(112, 20%, 17%);
border
border: 2px solid hsl(112, 20%, 17%);
gradient light
background: linear-gradient(to right, hsl(112, 20%, 37%), hsl(112, 20%, 17%));
gradient dark
background: linear-gradient(to right, hsl(112, 20%, 17%), hsl(112, 20%, 0%))
hex
background-color: #253423;
tailwind
bg-[hsl(112,20%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 20%, 17%, 0.4);
css variable
--color-primary: hsl(112, 20%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 20%, 17%)?
HEX: #253423 | RGB: rgb(37, 52, 35) | CMYK: 29%, 0%, 33%, 80% | HSV: 113°, 33%, 20%. Copy any format from the conversion table above.
What colors go well with #253423?
The complementary color is HSL(292, 20%, 17%). 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, 20%, 17%) in CSS?
As HSL: color: hsl(112, 20%, 17%); — As HEX: color: #253423; — As RGB: color: rgb(37, 52, 35); — Tailwind CSS: bg-[hsl(112,20%,17%)] — CSS variable: --color-primary: hsl(112, 20%, 17%);