HSL(143, 25%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,25%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 25%, 38%) | color: hsl(143, 25%, 38%) | |
| HEX | #49795B | color: #49795B | |
| RGB | rgb(73, 121, 91) | color: rgb(73, 121, 91) | |
| CMYK | cmyk(40%, 0%, 25%, 53%) | — | |
| HSV | hsv(143, 40%, 47%) | — | |
| HWB | hwb(143 28% 53%) | color: hwb(143 28% 53%) | |
| OKLCH | oklch(0.5328 0.0709 155.68) | color: oklch(0.5328 0.0709 155.68) | |
| Lab | lab(46.77 -23.46 11.42) | color: lab(46.77 -23.46 11.42) | |
| LCH | lch(46.77 26.09 154.04) | color: lch(46.77 26.09 154.04) |
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)
#5E5E62 — rgb(94, 94, 98)
Deuteranopia (Green-blind)
#5B5764 — rgb(91, 87, 100)
Tritanopia (Blue-blind)
#4B6869 — rgb(75, 104, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 25%, 38%);
text
color: hsl(143, 25%, 38%);
border
border: 2px solid hsl(143, 25%, 38%);
gradient light
background: linear-gradient(to right, hsl(143, 25%, 58%), hsl(143, 25%, 38%));
gradient dark
background: linear-gradient(to right, hsl(143, 25%, 38%), hsl(143, 25%, 18%))
hex
background-color: #49795B;
tailwind
bg-[hsl(143,25%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 25%, 38%, 0.4);
css variable
--color-primary: hsl(143, 25%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 25%, 38%)?
HEX: #49795B | RGB: rgb(73, 121, 91) | CMYK: 40%, 0%, 25%, 53% | HSV: 143°, 40%, 47%. Copy any format from the conversion table above.
What colors go well with #49795B?
The complementary color is HSL(323, 25%, 38%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 25%, 38%) in CSS?
As HSL: color: hsl(143, 25%, 38%); — As HEX: color: #49795B; — As RGB: color: rgb(73, 121, 91); — Tailwind CSS: bg-[hsl(143,25%,38%)] — CSS variable: --color-primary: hsl(143, 25%, 38%);