HSL(132, 73%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,73%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 73%, 26%) | color: hsl(132, 73%, 26%) | |
| HEX | #127325 | color: #127325 | |
| RGB | rgb(18, 115, 37) | color: rgb(18, 115, 37) | |
| CMYK | cmyk(84%, 0%, 68%, 55%) | — | |
| HSV | hsv(132, 84%, 45%) | — | |
| HWB | hwb(132 7% 55%) | color: hwb(132 7% 55%) | |
| OKLCH | oklch(0.486 0.1421 145.51) | color: oklch(0.486 0.1421 145.51) | |
| Lab | lab(42.04 -43.47 34.63) | color: lab(42.04 -43.47 34.63) | |
| LCH | lch(42.04 55.58 141.46) | color: lch(42.04 55.58 141.46) |
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)
#3C3D38 — rgb(60, 61, 56)
Deuteranopia (Green-blind)
#362F3C — rgb(54, 47, 60)
Tritanopia (Blue-blind)
#17474A — rgb(23, 71, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 73%, 26%);
text
color: hsl(132, 73%, 26%);
border
border: 2px solid hsl(132, 73%, 26%);
gradient light
background: linear-gradient(to right, hsl(132, 73%, 46%), hsl(132, 73%, 26%));
gradient dark
background: linear-gradient(to right, hsl(132, 73%, 26%), hsl(132, 73%, 6%))
hex
background-color: #127325;
tailwind
bg-[hsl(132,73%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 73%, 26%, 0.4);
css variable
--color-primary: hsl(132, 73%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 73%, 26%)?
HEX: #127325 | RGB: rgb(18, 115, 37) | CMYK: 84%, 0%, 68%, 55% | HSV: 132°, 84%, 45%. Copy any format from the conversion table above.
What colors go well with #127325?
The complementary color is HSL(312, 73%, 26%). 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, 73%, 26%) in CSS?
As HSL: color: hsl(132, 73%, 26%); — As HEX: color: #127325; — As RGB: color: rgb(18, 115, 37); — Tailwind CSS: bg-[hsl(132,73%,26%)] — CSS variable: --color-primary: hsl(132, 73%, 26%);