HSL(102, 47%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,47%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 47%, 41%) | color: hsl(102, 47%, 41%) | |
| HEX | #559A37 | color: #559A37 | |
| RGB | rgb(85, 154, 55) | color: rgb(85, 154, 55) | |
| CMYK | cmyk(45%, 0%, 64%, 40%) | — | |
| HSV | hsv(102, 64%, 60%) | — | |
| HWB | hwb(102 22% 40%) | color: hwb(102 22% 40%) | |
| OKLCH | oklch(0.6191 0.1508 137.52) | color: oklch(0.6191 0.1508 137.52) | |
| Lab | lab(57.38 -40.28 43.97) | color: lab(57.38 -40.28 43.97) | |
| LCH | lch(57.38 59.63 132.49) | color: lch(57.38 59.63 132.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#73734F — rgb(115, 115, 79)
Deuteranopia (Green-blind)
#6F6A55 — rgb(111, 106, 85)
Tritanopia (Blue-blind)
#586266 — rgb(88, 98, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 47%, 41%);
text
color: hsl(102, 47%, 41%);
border
border: 2px solid hsl(102, 47%, 41%);
gradient light
background: linear-gradient(to right, hsl(102, 47%, 61%), hsl(102, 47%, 41%));
gradient dark
background: linear-gradient(to right, hsl(102, 47%, 41%), hsl(102, 47%, 21%))
hex
background-color: #559A37;
tailwind
bg-[hsl(102,47%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 47%, 41%, 0.4);
css variable
--color-primary: hsl(102, 47%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 47%, 41%)?
HEX: #559A37 | RGB: rgb(85, 154, 55) | CMYK: 45%, 0%, 64%, 40% | HSV: 102°, 64%, 60%. Copy any format from the conversion table above.
What colors go well with #559A37?
The complementary color is HSL(282, 47%, 41%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 47%, 41%) in CSS?
As HSL: color: hsl(102, 47%, 41%); — As HEX: color: #559A37; — As RGB: color: rgb(85, 154, 55); — Tailwind CSS: bg-[hsl(102,47%,41%)] — CSS variable: --color-primary: hsl(102, 47%, 41%);