HSL(134, 29%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,29%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 29%, 43%) | color: hsl(134, 29%, 43%) | |
| HEX | #4E8D5D | color: #4E8D5D | |
| RGB | rgb(78, 141, 93) | color: rgb(78, 141, 93) | |
| CMYK | cmyk(45%, 0%, 34%, 45%) | — | |
| HSV | hsv(134, 45%, 55%) | — | |
| HWB | hwb(134 30% 45%) | color: hwb(134 30% 45%) | |
| OKLCH | oklch(0.5878 0.0984 150.16) | color: oklch(0.5878 0.0984 150.16) | |
| Lab | lab(53.45 -31.31 19.46) | color: lab(53.45 -31.31 19.46) | |
| LCH | lch(53.45 36.86 148.14) | color: lch(53.45 36.86 148.14) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#696A69 — rgb(105, 106, 105)
Deuteranopia (Green-blind)
#66616B — rgb(102, 97, 107)
Tritanopia (Blue-blind)
#517274 — rgb(81, 114, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 29%, 43%);
text
color: hsl(134, 29%, 43%);
border
border: 2px solid hsl(134, 29%, 43%);
gradient light
background: linear-gradient(to right, hsl(134, 29%, 63%), hsl(134, 29%, 43%));
gradient dark
background: linear-gradient(to right, hsl(134, 29%, 43%), hsl(134, 29%, 23%))
hex
background-color: #4E8D5D;
tailwind
bg-[hsl(134,29%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 29%, 43%, 0.4);
css variable
--color-primary: hsl(134, 29%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 29%, 43%)?
HEX: #4E8D5D | RGB: rgb(78, 141, 93) | CMYK: 45%, 0%, 34%, 45% | HSV: 134°, 45%, 55%. Copy any format from the conversion table above.
What colors go well with #4E8D5D?
The complementary color is HSL(314, 29%, 43%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 29%, 43%) in CSS?
As HSL: color: hsl(134, 29%, 43%); — As HEX: color: #4E8D5D; — As RGB: color: rgb(78, 141, 93); — Tailwind CSS: bg-[hsl(134,29%,43%)] — CSS variable: --color-primary: hsl(134, 29%, 43%);