HSL(147, 40%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,40%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 40%, 33%) | color: hsl(147, 40%, 33%) | |
| HEX | #327651 | color: #327651 | |
| RGB | rgb(50, 118, 81) | color: rgb(50, 118, 81) | |
| CMYK | cmyk(58%, 0%, 31%, 54%) | — | |
| HSV | hsv(147, 58%, 46%) | — | |
| HWB | hwb(147 19% 54%) | color: hwb(147 19% 54%) | |
| OKLCH | oklch(0.5113 0.0914 157.04) | color: oklch(0.5113 0.0914 157.04) | |
| Lab | lab(44.56 -30.81 14.05) | color: lab(44.56 -30.81 14.05) | |
| LCH | lch(44.56 33.86 155.49) | color: lch(44.56 33.86 155.49) |
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)
#4C465C — rgb(76, 70, 92)
Tritanopia (Blue-blind)
#356163 — rgb(53, 97, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 40%, 33%);
text
color: hsl(147, 40%, 33%);
border
border: 2px solid hsl(147, 40%, 33%);
gradient light
background: linear-gradient(to right, hsl(147, 40%, 53%), hsl(147, 40%, 33%));
gradient dark
background: linear-gradient(to right, hsl(147, 40%, 33%), hsl(147, 40%, 13%))
hex
background-color: #327651;
tailwind
bg-[hsl(147,40%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 40%, 33%, 0.4);
css variable
--color-primary: hsl(147, 40%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 40%, 33%)?
HEX: #327651 | RGB: rgb(50, 118, 81) | CMYK: 58%, 0%, 31%, 54% | HSV: 147°, 58%, 46%. Copy any format from the conversion table above.
What colors go well with #327651?
The complementary color is HSL(327, 40%, 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, 40%, 33%) in CSS?
As HSL: color: hsl(147, 40%, 33%); — As HEX: color: #327651; — As RGB: color: rgb(50, 118, 81); — Tailwind CSS: bg-[hsl(147,40%,33%)] — CSS variable: --color-primary: hsl(147, 40%, 33%);