HSL(147, 25%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,25%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 25%, 41%) | color: hsl(147, 25%, 41%) | |
| HEX | #4E8366 | color: #4E8366 | |
| RGB | rgb(78, 131, 102) | color: rgb(78, 131, 102) | |
| CMYK | cmyk(40%, 0%, 22%, 49%) | — | |
| HSV | hsv(147, 40%, 51%) | — | |
| HWB | hwb(147 31% 49%) | color: hwb(147 31% 49%) | |
| OKLCH | oklch(0.5642 0.073 158.96) | color: oklch(0.5642 0.073 158.96) | |
| Lab | lab(50.47 -24.61 10.21) | color: lab(50.47 -24.61 10.21) | |
| LCH | lch(50.47 26.64 157.47) | color: lch(50.47 26.64 157.47) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#65656D — rgb(101, 101, 109)
Deuteranopia (Green-blind)
#625E6F — rgb(98, 94, 111)
Tritanopia (Blue-blind)
#517374 — rgb(81, 115, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 25%, 41%);
text
color: hsl(147, 25%, 41%);
border
border: 2px solid hsl(147, 25%, 41%);
gradient light
background: linear-gradient(to right, hsl(147, 25%, 61%), hsl(147, 25%, 41%));
gradient dark
background: linear-gradient(to right, hsl(147, 25%, 41%), hsl(147, 25%, 21%))
hex
background-color: #4E8366;
tailwind
bg-[hsl(147,25%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 25%, 41%, 0.4);
css variable
--color-primary: hsl(147, 25%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 25%, 41%)?
HEX: #4E8366 | RGB: rgb(78, 131, 102) | CMYK: 40%, 0%, 22%, 49% | HSV: 147°, 40%, 51%. Copy any format from the conversion table above.
What colors go well with #4E8366?
The complementary color is HSL(327, 25%, 41%). 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, 25%, 41%) in CSS?
As HSL: color: hsl(147, 25%, 41%); — As HEX: color: #4E8366; — As RGB: color: rgb(78, 131, 102); — Tailwind CSS: bg-[hsl(147,25%,41%)] — CSS variable: --color-primary: hsl(147, 25%, 41%);