HSL(127, 25%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,25%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 25%, 32%) | color: hsl(127, 25%, 32%) | |
| HEX | #3D6642 | color: #3D6642 | |
| RGB | rgb(61, 102, 66) | color: rgb(61, 102, 66) | |
| CMYK | cmyk(40%, 0%, 35%, 60%) | — | |
| HSV | hsv(127, 40%, 40%) | — | |
| HWB | hwb(127 24% 60%) | color: hwb(127 24% 60%) | |
| OKLCH | oklch(0.4695 0.0739 147.18) | color: oklch(0.4695 0.0739 147.18) | |
| Lab | lab(39.39 -22.79 15.95) | color: lab(39.39 -22.79 15.95) | |
| LCH | lch(39.39 27.82 145.01) | color: lch(39.39 27.82 145.01) |
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)
#4F4F4B — rgb(79, 79, 75)
Deuteranopia (Green-blind)
#4C494D — rgb(76, 73, 77)
Tritanopia (Blue-blind)
#3F5253 — rgb(63, 82, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 25%, 32%);
text
color: hsl(127, 25%, 32%);
border
border: 2px solid hsl(127, 25%, 32%);
gradient light
background: linear-gradient(to right, hsl(127, 25%, 52%), hsl(127, 25%, 32%));
gradient dark
background: linear-gradient(to right, hsl(127, 25%, 32%), hsl(127, 25%, 12%))
hex
background-color: #3D6642;
tailwind
bg-[hsl(127,25%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 25%, 32%, 0.4);
css variable
--color-primary: hsl(127, 25%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 25%, 32%)?
HEX: #3D6642 | RGB: rgb(61, 102, 66) | CMYK: 40%, 0%, 35%, 60% | HSV: 127°, 40%, 40%. Copy any format from the conversion table above.
What colors go well with #3D6642?
The complementary color is HSL(307, 25%, 32%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 25%, 32%) in CSS?
As HSL: color: hsl(127, 25%, 32%); — As HEX: color: #3D6642; — As RGB: color: rgb(61, 102, 66); — Tailwind CSS: bg-[hsl(127,25%,32%)] — CSS variable: --color-primary: hsl(127, 25%, 32%);