HSL(141, 95%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,95%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 95%, 30%) | color: hsl(141, 95%, 30%) | |
| HEX | #049537 | color: #049537 | |
| RGB | rgb(4, 149, 55) | color: rgb(4, 149, 55) | |
| CMYK | cmyk(97%, 0%, 63%, 42%) | — | |
| HSV | hsv(141, 97%, 58%) | — | |
| HWB | hwb(141 2% 42%) | color: hwb(141 2% 42%) | |
| OKLCH | oklch(0.5841 0.1712 147.27) | color: oklch(0.5841 0.1712 147.27) | |
| Lab | lab(53.81 -53.7 39.43) | color: lab(53.81 -53.7 39.43) | |
| LCH | lch(53.81 66.62 143.71) | color: lch(53.81 66.62 143.71) |
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)
#43444E — rgb(67, 68, 78)
Deuteranopia (Green-blind)
#3A3053 — rgb(58, 48, 83)
Tritanopia (Blue-blind)
#0B6064 — rgb(11, 96, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 95%, 30%);
text
color: hsl(141, 95%, 30%);
border
border: 2px solid hsl(141, 95%, 30%);
gradient light
background: linear-gradient(to right, hsl(141, 95%, 50%), hsl(141, 95%, 30%));
gradient dark
background: linear-gradient(to right, hsl(141, 95%, 30%), hsl(141, 95%, 10%))
hex
background-color: #049537;
tailwind
bg-[hsl(141,95%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 95%, 30%, 0.4);
css variable
--color-primary: hsl(141, 95%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 95%, 30%)?
HEX: #049537 | RGB: rgb(4, 149, 55) | CMYK: 97%, 0%, 63%, 42% | HSV: 141°, 97%, 58%. Copy any format from the conversion table above.
What colors go well with #049537?
The complementary color is HSL(321, 95%, 30%). 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, 95%, 30%) in CSS?
As HSL: color: hsl(141, 95%, 30%); — As HEX: color: #049537; — As RGB: color: rgb(4, 149, 55); — Tailwind CSS: bg-[hsl(141,95%,30%)] — CSS variable: --color-primary: hsl(141, 95%, 30%);