HSL(121, 25%, 31%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,25%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 25%, 31%) | color: hsl(121, 25%, 31%) | |
| HEX | #3B633C | color: #3B633C | |
| RGB | rgb(59, 99, 60) | color: rgb(59, 99, 60) | |
| CMYK | cmyk(40%, 0%, 39%, 61%) | — | |
| HSV | hsv(122, 40%, 39%) | — | |
| HWB | hwb(122 23% 61%) | color: hwb(122 23% 61%) | |
| OKLCH | oklch(0.4589 0.077 144.74) | color: oklch(0.4589 0.077 144.74) | |
| Lab | lab(38.16 -23.07 17.85) | color: lab(38.16 -23.07 17.85) | |
| LCH | lch(38.16 29.17 142.27) | color: lch(38.16 29.17 142.27) |
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)
#4C4D45 — rgb(76, 77, 69)
Deuteranopia (Green-blind)
#4A4748 — rgb(74, 71, 72)
Tritanopia (Blue-blind)
#3D4D4F — rgb(61, 77, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 25%, 31%);
text
color: hsl(121, 25%, 31%);
border
border: 2px solid hsl(121, 25%, 31%);
gradient light
background: linear-gradient(to right, hsl(121, 25%, 51%), hsl(121, 25%, 31%));
gradient dark
background: linear-gradient(to right, hsl(121, 25%, 31%), hsl(121, 25%, 11%))
hex
background-color: #3B633C;
tailwind
bg-[hsl(121,25%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 25%, 31%, 0.4);
css variable
--color-primary: hsl(121, 25%, 31%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 25%, 31%)?
HEX: #3B633C | RGB: rgb(59, 99, 60) | CMYK: 40%, 0%, 39%, 61% | HSV: 122°, 40%, 39%. Copy any format from the conversion table above.
What colors go well with #3B633C?
The complementary color is HSL(301, 25%, 31%). 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, 25%, 31%) in CSS?
As HSL: color: hsl(121, 25%, 31%); — As HEX: color: #3B633C; — As RGB: color: rgb(59, 99, 60); — Tailwind CSS: bg-[hsl(121,25%,31%)] — CSS variable: --color-primary: hsl(121, 25%, 31%);