HSL(147, 62%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,62%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 62%, 28%) | color: hsl(147, 62%, 28%) | |
| HEX | #1B7443 | color: #1B7443 | |
| RGB | rgb(27, 116, 67) | color: rgb(27, 116, 67) | |
| CMYK | cmyk(77%, 0%, 42%, 55%) | — | |
| HSV | hsv(147, 77%, 45%) | — | |
| HWB | hwb(147 10% 55%) | color: hwb(147 10% 55%) | |
| OKLCH | oklch(0.4954 0.113 154.03) | color: oklch(0.4954 0.113 154.03) | |
| Lab | lab(42.96 -37.68 19.89) | color: lab(42.96 -37.68 19.89) | |
| LCH | lch(42.96 42.61 152.17) | color: lch(42.96 42.61 152.17) |
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)
#42424F — rgb(66, 66, 79)
Deuteranopia (Green-blind)
#3C3652 — rgb(60, 54, 82)
Tritanopia (Blue-blind)
#1F585A — rgb(31, 88, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 62%, 28%);
text
color: hsl(147, 62%, 28%);
border
border: 2px solid hsl(147, 62%, 28%);
gradient light
background: linear-gradient(to right, hsl(147, 62%, 48%), hsl(147, 62%, 28%));
gradient dark
background: linear-gradient(to right, hsl(147, 62%, 28%), hsl(147, 62%, 8%))
hex
background-color: #1B7443;
tailwind
bg-[hsl(147,62%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 62%, 28%, 0.4);
css variable
--color-primary: hsl(147, 62%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 62%, 28%)?
HEX: #1B7443 | RGB: rgb(27, 116, 67) | CMYK: 77%, 0%, 42%, 55% | HSV: 147°, 77%, 45%. Copy any format from the conversion table above.
What colors go well with #1B7443?
The complementary color is HSL(327, 62%, 28%). 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, 62%, 28%) in CSS?
As HSL: color: hsl(147, 62%, 28%); — As HEX: color: #1B7443; — As RGB: color: rgb(27, 116, 67); — Tailwind CSS: bg-[hsl(147,62%,28%)] — CSS variable: --color-primary: hsl(147, 62%, 28%);