HSL(147, 58%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,58%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 58%, 24%) | color: hsl(147, 58%, 24%) | |
| HEX | #1A613A | color: #1A613A | |
| RGB | rgb(26, 97, 58) | color: rgb(26, 97, 58) | |
| CMYK | cmyk(73%, 0%, 40%, 62%) | — | |
| HSV | hsv(147, 73%, 38%) | — | |
| HWB | hwb(147 10% 62%) | color: hwb(147 10% 62%) | |
| OKLCH | oklch(0.4385 0.0947 154.85) | color: oklch(0.4385 0.0947 154.85) | |
| Lab | lab(36.13 -31.71 16.1) | color: lab(36.13 -31.71 16.1) | |
| LCH | lch(36.13 35.56 153.08) | color: lch(36.13 35.56 153.08) |
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)
#393943 — rgb(57, 57, 67)
Deuteranopia (Green-blind)
#352F46 — rgb(53, 47, 70)
Tritanopia (Blue-blind)
#1E4B4D — rgb(30, 75, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 58%, 24%);
text
color: hsl(147, 58%, 24%);
border
border: 2px solid hsl(147, 58%, 24%);
gradient light
background: linear-gradient(to right, hsl(147, 58%, 44%), hsl(147, 58%, 24%));
gradient dark
background: linear-gradient(to right, hsl(147, 58%, 24%), hsl(147, 58%, 4%))
hex
background-color: #1A613A;
tailwind
bg-[hsl(147,58%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 58%, 24%, 0.4);
css variable
--color-primary: hsl(147, 58%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 58%, 24%)?
HEX: #1A613A | RGB: rgb(26, 97, 58) | CMYK: 73%, 0%, 40%, 62% | HSV: 147°, 73%, 38%. Copy any format from the conversion table above.
What colors go well with #1A613A?
The complementary color is HSL(327, 58%, 24%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 58%, 24%) in CSS?
As HSL: color: hsl(147, 58%, 24%); — As HEX: color: #1A613A; — As RGB: color: rgb(26, 97, 58); — Tailwind CSS: bg-[hsl(147,58%,24%)] — CSS variable: --color-primary: hsl(147, 58%, 24%);