HSL(130, 65%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(130,65%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 65%, 33%) | color: hsl(130, 65%, 33%) | |
| HEX | #1D8B30 | color: #1D8B30 | |
| RGB | rgb(29, 139, 48) | color: rgb(29, 139, 48) | |
| CMYK | cmyk(79%, 0%, 65%, 45%) | — | |
| HSV | hsv(130, 79%, 55%) | — | |
| HWB | hwb(130 12% 45%) | color: hwb(130 12% 45%) | |
| OKLCH | oklch(0.5581 0.1605 145.38) | color: oklch(0.5581 0.1605 145.38) | |
| Lab | lab(50.62 -48.97 39.13) | color: lab(50.62 -48.97 39.13) | |
| LCH | lch(50.62 62.68 141.37) | color: lch(50.62 62.68 141.37) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#4D4E46 — rgb(77, 78, 70)
Deuteranopia (Green-blind)
#463E4B — rgb(70, 62, 75)
Tritanopia (Blue-blind)
#23575B — rgb(35, 87, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 65%, 33%);
text
color: hsl(130, 65%, 33%);
border
border: 2px solid hsl(130, 65%, 33%);
gradient light
background: linear-gradient(to right, hsl(130, 65%, 53%), hsl(130, 65%, 33%));
gradient dark
background: linear-gradient(to right, hsl(130, 65%, 33%), hsl(130, 65%, 13%))
hex
background-color: #1D8B30;
tailwind
bg-[hsl(130,65%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 65%, 33%, 0.4);
css variable
--color-primary: hsl(130, 65%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(130, 65%, 33%)?
HEX: #1D8B30 | RGB: rgb(29, 139, 48) | CMYK: 79%, 0%, 65%, 45% | HSV: 130°, 79%, 55%. Copy any format from the conversion table above.
What colors go well with #1D8B30?
The complementary color is HSL(310, 65%, 33%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 65%, 33%) in CSS?
As HSL: color: hsl(130, 65%, 33%); — As HEX: color: #1D8B30; — As RGB: color: rgb(29, 139, 48); — Tailwind CSS: bg-[hsl(130,65%,33%)] — CSS variable: --color-primary: hsl(130, 65%, 33%);