HSL(117, 19%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(117,19%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 19%, 15%) | color: hsl(117, 19%, 15%) | |
| HEX | #202E1F | color: #202E1F | |
| RGB | rgb(32, 46, 31) | color: rgb(32, 46, 31) | |
| CMYK | cmyk(30%, 0%, 33%, 82%) | — | |
| HSV | hsv(116, 33%, 18%) | — | |
| HWB | hwb(116 12% 82%) | color: hwb(116 12% 82%) | |
| OKLCH | oklch(0.2834 0.033 143) | color: oklch(0.2834 0.033 143) | |
| Lab | lab(17.27 -9.65 7.82) | color: lab(17.27 -9.65 7.82) | |
| LCH | lch(17.27 12.42 140.98) | color: lch(17.27 12.42 140.98) |
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)
#262623 — rgb(38, 38, 35)
Deuteranopia (Green-blind)
#252424 — rgb(37, 36, 36)
Tritanopia (Blue-blind)
#212526 — rgb(33, 37, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 19%, 15%);
text
color: hsl(117, 19%, 15%);
border
border: 2px solid hsl(117, 19%, 15%);
gradient light
background: linear-gradient(to right, hsl(117, 19%, 35%), hsl(117, 19%, 15%));
gradient dark
background: linear-gradient(to right, hsl(117, 19%, 15%), hsl(117, 19%, 0%))
hex
background-color: #202E1F;
tailwind
bg-[hsl(117,19%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 19%, 15%, 0.4);
css variable
--color-primary: hsl(117, 19%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 19%, 15%)?
HEX: #202E1F | RGB: rgb(32, 46, 31) | CMYK: 30%, 0%, 33%, 82% | HSV: 116°, 33%, 18%. Copy any format from the conversion table above.
What colors go well with #202E1F?
The complementary color is HSL(297, 19%, 15%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 19%, 15%) in CSS?
As HSL: color: hsl(117, 19%, 15%); — As HEX: color: #202E1F; — As RGB: color: rgb(32, 46, 31); — Tailwind CSS: bg-[hsl(117,19%,15%)] — CSS variable: --color-primary: hsl(117, 19%, 15%);