HSL(147, 45%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,45%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 45%, 33%) | color: hsl(147, 45%, 33%) | |
| HEX | #2E7A50 | color: #2E7A50 | |
| RGB | rgb(46, 122, 80) | color: rgb(46, 122, 80) | |
| CMYK | cmyk(62%, 0%, 34%, 52%) | — | |
| HSV | hsv(147, 62%, 48%) | — | |
| HWB | hwb(147 18% 52%) | color: hwb(147 18% 52%) | |
| OKLCH | oklch(0.5205 0.1006 156) | color: oklch(0.5205 0.1006 156) | |
| Lab | lab(45.74 -33.81 16.23) | color: lab(45.74 -33.81 16.23) | |
| LCH | lch(45.74 37.5 154.36) | color: lch(45.74 37.5 154.36) |
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)
#4F505A — rgb(79, 80, 90)
Deuteranopia (Green-blind)
#4B455D — rgb(75, 69, 93)
Tritanopia (Blue-blind)
#326264 — rgb(50, 98, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 45%, 33%);
text
color: hsl(147, 45%, 33%);
border
border: 2px solid hsl(147, 45%, 33%);
gradient light
background: linear-gradient(to right, hsl(147, 45%, 53%), hsl(147, 45%, 33%));
gradient dark
background: linear-gradient(to right, hsl(147, 45%, 33%), hsl(147, 45%, 13%))
hex
background-color: #2E7A50;
tailwind
bg-[hsl(147,45%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 45%, 33%, 0.4);
css variable
--color-primary: hsl(147, 45%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 45%, 33%)?
HEX: #2E7A50 | RGB: rgb(46, 122, 80) | CMYK: 62%, 0%, 34%, 52% | HSV: 147°, 62%, 48%. Copy any format from the conversion table above.
What colors go well with #2E7A50?
The complementary color is HSL(327, 45%, 33%). 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, 45%, 33%) in CSS?
As HSL: color: hsl(147, 45%, 33%); — As HEX: color: #2E7A50; — As RGB: color: rgb(46, 122, 80); — Tailwind CSS: bg-[hsl(147,45%,33%)] — CSS variable: --color-primary: hsl(147, 45%, 33%);