HSL(147, 15%, 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,15%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 15%, 32%) | color: hsl(147, 15%, 32%) | |
| HEX | #455E50 | color: #455E50 | |
| RGB | rgb(69, 94, 80) | color: rgb(69, 94, 80) | |
| CMYK | cmyk(27%, 0%, 15%, 63%) | — | |
| HSV | hsv(146, 27%, 37%) | — | |
| HWB | hwb(146 27% 63%) | color: hwb(146 27% 63%) | |
| OKLCH | oklch(0.4572 0.0377 159.93) | color: oklch(0.4572 0.0377 159.93) | |
| Lab | lab(37.57 -12.66 5.01) | color: lab(37.57 -12.66 5.01) | |
| LCH | lch(37.57 13.62 158.41) | color: lch(37.57 13.62 158.41) |
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)
#505053 — rgb(80, 80, 83)
Deuteranopia (Green-blind)
#4E4D54 — rgb(78, 77, 84)
Tritanopia (Blue-blind)
#465657 — rgb(70, 86, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 15%, 32%);
text
color: hsl(147, 15%, 32%);
border
border: 2px solid hsl(147, 15%, 32%);
gradient light
background: linear-gradient(to right, hsl(147, 15%, 52%), hsl(147, 15%, 32%));
gradient dark
background: linear-gradient(to right, hsl(147, 15%, 32%), hsl(147, 15%, 12%))
hex
background-color: #455E50;
tailwind
bg-[hsl(147,15%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 15%, 32%, 0.4);
css variable
--color-primary: hsl(147, 15%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 15%, 32%)?
HEX: #455E50 | RGB: rgb(69, 94, 80) | CMYK: 27%, 0%, 15%, 63% | HSV: 146°, 27%, 37%. Copy any format from the conversion table above.
What colors go well with #455E50?
The complementary color is HSL(327, 15%, 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, 15%, 32%) in CSS?
As HSL: color: hsl(147, 15%, 32%); — As HEX: color: #455E50; — As RGB: color: rgb(69, 94, 80); — Tailwind CSS: bg-[hsl(147,15%,32%)] — CSS variable: --color-primary: hsl(147, 15%, 32%);