HSL(141, 50%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,50%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 50%, 39%) | color: hsl(141, 50%, 39%) | |
| HEX | #329555 | color: #329555 | |
| RGB | rgb(50, 149, 85) | color: rgb(50, 149, 85) | |
| CMYK | cmyk(66%, 0%, 43%, 42%) | — | |
| HSV | hsv(141, 66%, 58%) | — | |
| HWB | hwb(141 20% 42%) | color: hwb(141 20% 42%) | |
| OKLCH | oklch(0.5964 0.1332 151.6) | color: oklch(0.5964 0.1332 151.6) | |
| Lab | lab(54.89 -43.41 25.61) | color: lab(54.89 -43.41 25.61) | |
| LCH | lch(54.89 50.4 149.46) | color: lch(54.89 50.4 149.46) |
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)
#5D5E64 — rgb(93, 94, 100)
Deuteranopia (Green-blind)
#575068 — rgb(87, 80, 104)
Tritanopia (Blue-blind)
#377173 — rgb(55, 113, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 50%, 39%);
text
color: hsl(141, 50%, 39%);
border
border: 2px solid hsl(141, 50%, 39%);
gradient light
background: linear-gradient(to right, hsl(141, 50%, 59%), hsl(141, 50%, 39%));
gradient dark
background: linear-gradient(to right, hsl(141, 50%, 39%), hsl(141, 50%, 19%))
hex
background-color: #329555;
tailwind
bg-[hsl(141,50%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 50%, 39%, 0.4);
css variable
--color-primary: hsl(141, 50%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 50%, 39%)?
HEX: #329555 | RGB: rgb(50, 149, 85) | CMYK: 66%, 0%, 43%, 42% | HSV: 141°, 66%, 58%. Copy any format from the conversion table above.
What colors go well with #329555?
The complementary color is HSL(321, 50%, 39%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 50%, 39%) in CSS?
As HSL: color: hsl(141, 50%, 39%); — As HEX: color: #329555; — As RGB: color: rgb(50, 149, 85); — Tailwind CSS: bg-[hsl(141,50%,39%)] — CSS variable: --color-primary: hsl(141, 50%, 39%);