HSL(147, 17%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(147,17%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 17%, 32%) | color: hsl(147, 17%, 32%) | |
| HEX | #445F50 | color: #445F50 | |
| RGB | rgb(68, 95, 80) | color: rgb(68, 95, 80) | |
| CMYK | cmyk(28%, 0%, 16%, 63%) | — | |
| HSV | hsv(147, 28%, 37%) | — | |
| HWB | hwb(147 27% 63%) | color: hwb(147 27% 63%) | |
| OKLCH | oklch(0.4591 0.0405 159.96) | color: oklch(0.4591 0.0405 159.96) | |
| Lab | lab(37.83 -13.6 5.37) | color: lab(37.83 -13.6 5.37) | |
| LCH | lch(37.83 14.62 158.45) | color: lch(37.83 14.62 158.45) |
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)
#505054 — rgb(80, 80, 84)
Deuteranopia (Green-blind)
#4E4C55 — rgb(78, 76, 85)
Tritanopia (Blue-blind)
#455657 — rgb(69, 86, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 17%, 32%);
text
color: hsl(147, 17%, 32%);
border
border: 2px solid hsl(147, 17%, 32%);
gradient light
background: linear-gradient(to right, hsl(147, 17%, 52%), hsl(147, 17%, 32%));
gradient dark
background: linear-gradient(to right, hsl(147, 17%, 32%), hsl(147, 17%, 12%))
hex
background-color: #445F50;
tailwind
bg-[hsl(147,17%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 17%, 32%, 0.4);
css variable
--color-primary: hsl(147, 17%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 17%, 32%)?
HEX: #445F50 | RGB: rgb(68, 95, 80) | CMYK: 28%, 0%, 16%, 63% | HSV: 147°, 28%, 37%. Copy any format from the conversion table above.
What colors go well with #445F50?
The complementary color is HSL(327, 17%, 32%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 17%, 32%) in CSS?
As HSL: color: hsl(147, 17%, 32%); — As HEX: color: #445F50; — As RGB: color: rgb(68, 95, 80); — Tailwind CSS: bg-[hsl(147,17%,32%)] — CSS variable: --color-primary: hsl(147, 17%, 32%);