HSL(78, 27%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,27%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 27%, 28%) | color: hsl(78, 27%, 28%) | |
| HEX | #4F5B34 | color: #4F5B34 | |
| RGB | rgb(79, 91, 52) | color: rgb(79, 91, 52) | |
| CMYK | cmyk(13%, 0%, 43%, 64%) | — | |
| HSV | hsv(78, 43%, 36%) | — | |
| HWB | hwb(78 21% 64%) | color: hwb(78 21% 64%) | |
| OKLCH | oklch(0.4504 0.061 122.8) | color: oklch(0.4504 0.061 122.8) | |
| Lab | lab(36.73 -12.01 20.95) | color: lab(36.73 -12.01 20.95) | |
| LCH | lch(36.73 24.15 119.82) | color: lch(36.73 24.15 119.82) |
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)
#54543D — rgb(84, 84, 61)
Deuteranopia (Green-blind)
#545340 — rgb(84, 83, 64)
Tritanopia (Blue-blind)
#504547 — rgb(80, 69, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 27%, 28%);
text
color: hsl(78, 27%, 28%);
border
border: 2px solid hsl(78, 27%, 28%);
gradient light
background: linear-gradient(to right, hsl(78, 27%, 48%), hsl(78, 27%, 28%));
gradient dark
background: linear-gradient(to right, hsl(78, 27%, 28%), hsl(78, 27%, 8%))
hex
background-color: #4F5B34;
tailwind
bg-[hsl(78,27%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 27%, 28%, 0.4);
css variable
--color-primary: hsl(78, 27%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(78, 27%, 28%)?
HEX: #4F5B34 | RGB: rgb(79, 91, 52) | CMYK: 13%, 0%, 43%, 64% | HSV: 78°, 43%, 36%. Copy any format from the conversion table above.
What colors go well with #4F5B34?
The complementary color is HSL(258, 27%, 28%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 27%, 28%) in CSS?
As HSL: color: hsl(78, 27%, 28%); — As HEX: color: #4F5B34; — As RGB: color: rgb(79, 91, 52); — Tailwind CSS: bg-[hsl(78,27%,28%)] — CSS variable: --color-primary: hsl(78, 27%, 28%);