HSL(141, 43%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,43%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 43%, 36%) | color: hsl(141, 43%, 36%) | |
| HEX | #348350 | color: #348350 | |
| RGB | rgb(52, 131, 80) | color: rgb(52, 131, 80) | |
| CMYK | cmyk(60%, 0%, 39%, 49%) | — | |
| HSV | hsv(141, 60%, 51%) | — | |
| HWB | hwb(141 20% 49%) | color: hwb(141 20% 49%) | |
| OKLCH | oklch(0.5473 0.1111 152.5) | color: oklch(0.5473 0.1111 152.5) | |
| Lab | lab(48.93 -36.38 20.55) | color: lab(48.93 -36.38 20.55) | |
| LCH | lch(48.93 41.78 150.54) | color: lch(48.93 41.78 150.54) |
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)
#56575C — rgb(86, 87, 92)
Deuteranopia (Green-blind)
#524C5F — rgb(82, 76, 95)
Tritanopia (Blue-blind)
#386668 — rgb(56, 102, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 43%, 36%);
text
color: hsl(141, 43%, 36%);
border
border: 2px solid hsl(141, 43%, 36%);
gradient light
background: linear-gradient(to right, hsl(141, 43%, 56%), hsl(141, 43%, 36%));
gradient dark
background: linear-gradient(to right, hsl(141, 43%, 36%), hsl(141, 43%, 16%))
hex
background-color: #348350;
tailwind
bg-[hsl(141,43%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 43%, 36%, 0.4);
css variable
--color-primary: hsl(141, 43%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 43%, 36%)?
HEX: #348350 | RGB: rgb(52, 131, 80) | CMYK: 60%, 0%, 39%, 49% | HSV: 141°, 60%, 51%. Copy any format from the conversion table above.
What colors go well with #348350?
The complementary color is HSL(321, 43%, 36%). 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, 43%, 36%) in CSS?
As HSL: color: hsl(141, 43%, 36%); — As HEX: color: #348350; — As RGB: color: rgb(52, 131, 80); — Tailwind CSS: bg-[hsl(141,43%,36%)] — CSS variable: --color-primary: hsl(141, 43%, 36%);