HSL(132, 77%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,77%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 77%, 28%) | color: hsl(132, 77%, 28%) | |
| HEX | #107E26 | color: #107E26 | |
| RGB | rgb(16, 126, 38) | color: rgb(16, 126, 38) | |
| CMYK | cmyk(87%, 0%, 70%, 51%) | — | |
| HSV | hsv(132, 87%, 49%) | — | |
| HWB | hwb(132 6% 51%) | color: hwb(132 6% 51%) | |
| OKLCH | oklch(0.5178 0.1552 145.25) | color: oklch(0.5178 0.1552 145.25) | |
| Lab | lab(45.87 -47.33 38.36) | color: lab(45.87 -47.33 38.36) | |
| LCH | lch(45.87 60.92 140.98) | color: lch(45.87 60.92 140.98) |
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)
#40413B — rgb(64, 65, 59)
Deuteranopia (Green-blind)
#393140 — rgb(57, 49, 64)
Tritanopia (Blue-blind)
#164C50 — rgb(22, 76, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 77%, 28%);
text
color: hsl(132, 77%, 28%);
border
border: 2px solid hsl(132, 77%, 28%);
gradient light
background: linear-gradient(to right, hsl(132, 77%, 48%), hsl(132, 77%, 28%));
gradient dark
background: linear-gradient(to right, hsl(132, 77%, 28%), hsl(132, 77%, 8%))
hex
background-color: #107E26;
tailwind
bg-[hsl(132,77%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 77%, 28%, 0.4);
css variable
--color-primary: hsl(132, 77%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 77%, 28%)?
HEX: #107E26 | RGB: rgb(16, 126, 38) | CMYK: 87%, 0%, 70%, 51% | HSV: 132°, 87%, 49%. Copy any format from the conversion table above.
What colors go well with #107E26?
The complementary color is HSL(312, 77%, 28%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 77%, 28%) in CSS?
As HSL: color: hsl(132, 77%, 28%); — As HEX: color: #107E26; — As RGB: color: rgb(16, 126, 38); — Tailwind CSS: bg-[hsl(132,77%,28%)] — CSS variable: --color-primary: hsl(132, 77%, 28%);