HSL(102, 17%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(102,17%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 17%, 29%) | color: hsl(102, 17%, 29%) | |
| HEX | #45573D | color: #45573D | |
| RGB | rgb(69, 87, 61) | color: rgb(69, 87, 61) | |
| CMYK | cmyk(21%, 0%, 30%, 66%) | — | |
| HSV | hsv(102, 30%, 34%) | — | |
| HWB | hwb(102 24% 66%) | color: hwb(102 24% 66%) | |
| OKLCH | oklch(0.4338 0.0472 136.23) | color: oklch(0.4338 0.0472 136.23) | |
| Lab | lab(34.84 -12.54 12.9) | color: lab(34.84 -12.54 12.9) | |
| LCH | lch(34.84 17.99 134.19) | color: lch(34.84 17.99 134.19) |
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)
#4D4D43 — rgb(77, 77, 67)
Deuteranopia (Green-blind)
#4C4A45 — rgb(76, 74, 69)
Tritanopia (Blue-blind)
#464849 — rgb(70, 72, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 17%, 29%);
text
color: hsl(102, 17%, 29%);
border
border: 2px solid hsl(102, 17%, 29%);
gradient light
background: linear-gradient(to right, hsl(102, 17%, 49%), hsl(102, 17%, 29%));
gradient dark
background: linear-gradient(to right, hsl(102, 17%, 29%), hsl(102, 17%, 9%))
hex
background-color: #45573D;
tailwind
bg-[hsl(102,17%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 17%, 29%, 0.4);
css variable
--color-primary: hsl(102, 17%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 17%, 29%)?
HEX: #45573D | RGB: rgb(69, 87, 61) | CMYK: 21%, 0%, 30%, 66% | HSV: 102°, 30%, 34%. Copy any format from the conversion table above.
What colors go well with #45573D?
The complementary color is HSL(282, 17%, 29%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 17%, 29%) in CSS?
As HSL: color: hsl(102, 17%, 29%); — As HEX: color: #45573D; — As RGB: color: rgb(69, 87, 61); — Tailwind CSS: bg-[hsl(102,17%,29%)] — CSS variable: --color-primary: hsl(102, 17%, 29%);