HSL(134, 60%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,60%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 60%, 28%) | color: hsl(134, 60%, 28%) | |
| HEX | #1D7231 | color: #1D7231 | |
| RGB | rgb(29, 114, 49) | color: rgb(29, 114, 49) | |
| CMYK | cmyk(75%, 0%, 57%, 55%) | — | |
| HSV | hsv(134, 75%, 45%) | — | |
| HWB | hwb(134 11% 55%) | color: hwb(134 11% 55%) | |
| OKLCH | oklch(0.4869 0.1272 147.34) | color: oklch(0.4869 0.1272 147.34) | |
| Lab | lab(42.03 -39.75 28.67) | color: lab(42.03 -39.75 28.67) | |
| LCH | lch(42.03 49.01 144.2) | color: lch(42.03 49.01 144.2) |
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)
#424341 — rgb(66, 67, 65)
Deuteranopia (Green-blind)
#3D3745 — rgb(61, 55, 69)
Tritanopia (Blue-blind)
#214D50 — rgb(33, 77, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 60%, 28%);
text
color: hsl(134, 60%, 28%);
border
border: 2px solid hsl(134, 60%, 28%);
gradient light
background: linear-gradient(to right, hsl(134, 60%, 48%), hsl(134, 60%, 28%));
gradient dark
background: linear-gradient(to right, hsl(134, 60%, 28%), hsl(134, 60%, 8%))
hex
background-color: #1D7231;
tailwind
bg-[hsl(134,60%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 60%, 28%, 0.4);
css variable
--color-primary: hsl(134, 60%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 60%, 28%)?
HEX: #1D7231 | RGB: rgb(29, 114, 49) | CMYK: 75%, 0%, 57%, 55% | HSV: 134°, 75%, 45%. Copy any format from the conversion table above.
What colors go well with #1D7231?
The complementary color is HSL(314, 60%, 28%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 60%, 28%) in CSS?
As HSL: color: hsl(134, 60%, 28%); — As HEX: color: #1D7231; — As RGB: color: rgb(29, 114, 49); — Tailwind CSS: bg-[hsl(134,60%,28%)] — CSS variable: --color-primary: hsl(134, 60%, 28%);