HSL(141, 37%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,37%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 37%, 37%) | color: hsl(141, 37%, 37%) | |
| HEX | #3B8154 | color: #3B8154 | |
| RGB | rgb(59, 129, 84) | color: rgb(59, 129, 84) | |
| CMYK | cmyk(54%, 0%, 35%, 49%) | — | |
| HSV | hsv(141, 54%, 51%) | — | |
| HWB | hwb(141 23% 49%) | color: hwb(141 23% 49%) | |
| OKLCH | oklch(0.5454 0.1002 153.33) | color: oklch(0.5454 0.1002 153.33) | |
| Lab | lab(48.6 -32.92 17.87) | color: lab(48.6 -32.92 17.87) | |
| LCH | lch(48.6 37.46 151.51) | color: lch(48.6 37.46 151.51) |
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)
#595A5F — rgb(89, 90, 95)
Deuteranopia (Green-blind)
#555062 — rgb(85, 80, 98)
Tritanopia (Blue-blind)
#3F6769 — rgb(63, 103, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 37%, 37%);
text
color: hsl(141, 37%, 37%);
border
border: 2px solid hsl(141, 37%, 37%);
gradient light
background: linear-gradient(to right, hsl(141, 37%, 57%), hsl(141, 37%, 37%));
gradient dark
background: linear-gradient(to right, hsl(141, 37%, 37%), hsl(141, 37%, 17%))
hex
background-color: #3B8154;
tailwind
bg-[hsl(141,37%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 37%, 37%, 0.4);
css variable
--color-primary: hsl(141, 37%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 37%, 37%)?
HEX: #3B8154 | RGB: rgb(59, 129, 84) | CMYK: 54%, 0%, 35%, 49% | HSV: 141°, 54%, 51%. Copy any format from the conversion table above.
What colors go well with #3B8154?
The complementary color is HSL(321, 37%, 37%). 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, 37%, 37%) in CSS?
As HSL: color: hsl(141, 37%, 37%); — As HEX: color: #3B8154; — As RGB: color: rgb(59, 129, 84); — Tailwind CSS: bg-[hsl(141,37%,37%)] — CSS variable: --color-primary: hsl(141, 37%, 37%);