HSL(88, 38%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,38%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 38%, 28%) | color: hsl(88, 38%, 28%) | |
| HEX | #49632C | color: #49632C | |
| RGB | rgb(73, 99, 44) | color: rgb(73, 99, 44) | |
| CMYK | cmyk(26%, 0%, 56%, 61%) | — | |
| HSV | hsv(88, 56%, 39%) | — | |
| HWB | hwb(88 17% 61%) | color: hwb(88 17% 61%) | |
| OKLCH | oklch(0.4652 0.0866 130.11) | color: oklch(0.4652 0.0866 130.11) | |
| Lab | lab(38.76 -20.04 27.88) | color: lab(38.76 -20.04 27.88) | |
| LCH | lch(38.76 34.34 125.71) | color: lch(38.76 34.34 125.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#545439 — rgb(84, 84, 57)
Deuteranopia (Green-blind)
#53513D — rgb(83, 81, 61)
Tritanopia (Blue-blind)
#4A4446 — rgb(74, 68, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 38%, 28%);
text
color: hsl(88, 38%, 28%);
border
border: 2px solid hsl(88, 38%, 28%);
gradient light
background: linear-gradient(to right, hsl(88, 38%, 48%), hsl(88, 38%, 28%));
gradient dark
background: linear-gradient(to right, hsl(88, 38%, 28%), hsl(88, 38%, 8%))
hex
background-color: #49632C;
tailwind
bg-[hsl(88,38%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 38%, 28%, 0.4);
css variable
--color-primary: hsl(88, 38%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 38%, 28%)?
HEX: #49632C | RGB: rgb(73, 99, 44) | CMYK: 26%, 0%, 56%, 61% | HSV: 88°, 56%, 39%. Copy any format from the conversion table above.
What colors go well with #49632C?
The complementary color is HSL(268, 38%, 28%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 38%, 28%) in CSS?
As HSL: color: hsl(88, 38%, 28%); — As HEX: color: #49632C; — As RGB: color: rgb(73, 99, 44); — Tailwind CSS: bg-[hsl(88,38%,28%)] — CSS variable: --color-primary: hsl(88, 38%, 28%);