HSL(115, 85%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,85%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 85%, 29%) | color: hsl(115, 85%, 29%) | |
| HEX | #16890B | color: #16890B | |
| RGB | rgb(22, 137, 11) | color: rgb(22, 137, 11) | |
| CMYK | cmyk(84%, 0%, 92%, 46%) | — | |
| HSV | hsv(115, 92%, 54%) | — | |
| HWB | hwb(115 4% 46%) | color: hwb(115 4% 46%) | |
| OKLCH | oklch(0.5486 0.1797 142.03) | color: oklch(0.5486 0.1797 142.03) | |
| Lab | lab(49.6 -52.05 50.65) | color: lab(49.6 -52.05 50.65) | |
| LCH | lch(49.6 72.63 135.78) | color: lch(49.6 72.63 135.78) |
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)
#484929 — rgb(72, 73, 41)
Deuteranopia (Green-blind)
#413931 — rgb(65, 57, 49)
Tritanopia (Blue-blind)
#1C4247 — rgb(28, 66, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 85%, 29%);
text
color: hsl(115, 85%, 29%);
border
border: 2px solid hsl(115, 85%, 29%);
gradient light
background: linear-gradient(to right, hsl(115, 85%, 49%), hsl(115, 85%, 29%));
gradient dark
background: linear-gradient(to right, hsl(115, 85%, 29%), hsl(115, 85%, 9%))
hex
background-color: #16890B;
tailwind
bg-[hsl(115,85%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 85%, 29%, 0.4);
css variable
--color-primary: hsl(115, 85%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 85%, 29%)?
HEX: #16890B | RGB: rgb(22, 137, 11) | CMYK: 84%, 0%, 92%, 46% | HSV: 115°, 92%, 54%. Copy any format from the conversion table above.
What colors go well with #16890B?
The complementary color is HSL(295, 85%, 29%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 85%, 29%) in CSS?
As HSL: color: hsl(115, 85%, 29%); — As HEX: color: #16890B; — As RGB: color: rgb(22, 137, 11); — Tailwind CSS: bg-[hsl(115,85%,29%)] — CSS variable: --color-primary: hsl(115, 85%, 29%);