HSL(121, 45%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,45%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 45%, 38%) | color: hsl(121, 45%, 38%) | |
| HEX | #358D37 | color: #358D37 | |
| RGB | rgb(53, 141, 55) | color: rgb(53, 141, 55) | |
| CMYK | cmyk(62%, 0%, 61%, 45%) | — | |
| HSV | hsv(121, 62%, 55%) | — | |
| HWB | hwb(121 21% 45%) | color: hwb(121 21% 45%) | |
| OKLCH | oklch(0.5708 0.1489 143.67) | color: oklch(0.5708 0.1489 143.67) | |
| Lab | lab(51.93 -44.2 37.48) | color: lab(51.93 -44.2 37.48) | |
| LCH | lch(51.93 57.95 139.7) | color: lch(51.93 57.95 139.7) |
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)
#5B5C4C — rgb(91, 92, 76)
Deuteranopia (Green-blind)
#564F51 — rgb(86, 79, 81)
Tritanopia (Blue-blind)
#395C60 — rgb(57, 92, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 45%, 38%);
text
color: hsl(121, 45%, 38%);
border
border: 2px solid hsl(121, 45%, 38%);
gradient light
background: linear-gradient(to right, hsl(121, 45%, 58%), hsl(121, 45%, 38%));
gradient dark
background: linear-gradient(to right, hsl(121, 45%, 38%), hsl(121, 45%, 18%))
hex
background-color: #358D37;
tailwind
bg-[hsl(121,45%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 45%, 38%, 0.4);
css variable
--color-primary: hsl(121, 45%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 45%, 38%)?
HEX: #358D37 | RGB: rgb(53, 141, 55) | CMYK: 62%, 0%, 61%, 45% | HSV: 121°, 62%, 55%. Copy any format from the conversion table above.
What colors go well with #358D37?
The complementary color is HSL(301, 45%, 38%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 45%, 38%) in CSS?
As HSL: color: hsl(121, 45%, 38%); — As HEX: color: #358D37; — As RGB: color: rgb(53, 141, 55); — Tailwind CSS: bg-[hsl(121,45%,38%)] — CSS variable: --color-primary: hsl(121, 45%, 38%);