HSL(83, 30%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,30%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 30%, 28%) | color: hsl(83, 30%, 28%) | |
| HEX | #4C5D32 | color: #4C5D32 | |
| RGB | rgb(76, 93, 50) | color: rgb(76, 93, 50) | |
| CMYK | cmyk(18%, 0%, 46%, 64%) | — | |
| HSV | hsv(84, 46%, 36%) | — | |
| HWB | hwb(84 19% 64%) | color: hwb(84 19% 64%) | |
| OKLCH | oklch(0.4527 0.0682 126.6) | color: oklch(0.4527 0.0682 126.6) | |
| Lab | lab(37.11 -14.73 22.54) | color: lab(37.11 -14.73 22.54) | |
| LCH | lch(37.11 26.93 123.16) | color: lch(37.11 26.93 123.16) |
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)
#53543C — rgb(83, 84, 60)
Deuteranopia (Green-blind)
#52513F — rgb(82, 81, 63)
Tritanopia (Blue-blind)
#4D4546 — rgb(77, 69, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 30%, 28%);
text
color: hsl(83, 30%, 28%);
border
border: 2px solid hsl(83, 30%, 28%);
gradient light
background: linear-gradient(to right, hsl(83, 30%, 48%), hsl(83, 30%, 28%));
gradient dark
background: linear-gradient(to right, hsl(83, 30%, 28%), hsl(83, 30%, 8%))
hex
background-color: #4C5D32;
tailwind
bg-[hsl(83,30%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 30%, 28%, 0.4);
css variable
--color-primary: hsl(83, 30%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 30%, 28%)?
HEX: #4C5D32 | RGB: rgb(76, 93, 50) | CMYK: 18%, 0%, 46%, 64% | HSV: 84°, 46%, 36%. Copy any format from the conversion table above.
What colors go well with #4C5D32?
The complementary color is HSL(263, 30%, 28%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 30%, 28%) in CSS?
As HSL: color: hsl(83, 30%, 28%); — As HEX: color: #4C5D32; — As RGB: color: rgb(76, 93, 50); — Tailwind CSS: bg-[hsl(83,30%,28%)] — CSS variable: --color-primary: hsl(83, 30%, 28%);