HSL(113, 12%, 16%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(113,12%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 12%, 16%) | color: hsl(113, 12%, 16%) | |
| HEX | #252E24 | color: #252E24 | |
| RGB | rgb(37, 46, 36) | color: rgb(37, 46, 36) | |
| CMYK | cmyk(20%, 0%, 22%, 82%) | — | |
| HSV | hsv(114, 22%, 18%) | — | |
| HWB | hwb(114 14% 82%) | color: hwb(114 14% 82%) | |
| OKLCH | oklch(0.2891 0.0218 142.32) | color: oklch(0.2891 0.0218 142.32) | |
| Lab | lab(17.8 -6.34 5.18) | color: lab(17.8 -6.34 5.18) | |
| LCH | lch(17.8 8.19 140.75) | color: lch(17.8 8.19 140.75) |
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)
#292926 — rgb(41, 41, 38)
Deuteranopia (Green-blind)
#282827 — rgb(40, 40, 39)
Tritanopia (Blue-blind)
#252829 — rgb(37, 40, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 12%, 16%);
text
color: hsl(113, 12%, 16%);
border
border: 2px solid hsl(113, 12%, 16%);
gradient light
background: linear-gradient(to right, hsl(113, 12%, 36%), hsl(113, 12%, 16%));
gradient dark
background: linear-gradient(to right, hsl(113, 12%, 16%), hsl(113, 12%, 0%))
hex
background-color: #252E24;
tailwind
bg-[hsl(113,12%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 12%, 16%, 0.4);
css variable
--color-primary: hsl(113, 12%, 16%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(113, 12%, 16%)?
HEX: #252E24 | RGB: rgb(37, 46, 36) | CMYK: 20%, 0%, 22%, 82% | HSV: 114°, 22%, 18%. Copy any format from the conversion table above.
What colors go well with #252E24?
The complementary color is HSL(293, 12%, 16%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 12%, 16%) in CSS?
As HSL: color: hsl(113, 12%, 16%); — As HEX: color: #252E24; — As RGB: color: rgb(37, 46, 36); — Tailwind CSS: bg-[hsl(113,12%,16%)] — CSS variable: --color-primary: hsl(113, 12%, 16%);