HSL(115, 63%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,63%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 63%, 35%) | color: hsl(115, 63%, 35%) | |
| HEX | #2A9121 | color: #2A9121 | |
| RGB | rgb(42, 145, 33) | color: rgb(42, 145, 33) | |
| CMYK | cmyk(71%, 0%, 77%, 43%) | — | |
| HSV | hsv(115, 77%, 57%) | — | |
| HWB | hwb(115 13% 43%) | color: hwb(115 13% 43%) | |
| OKLCH | oklch(0.5765 0.1738 141.96) | color: oklch(0.5765 0.1738 141.96) | |
| Lab | lab(52.79 -50.25 47.63) | color: lab(52.79 -50.25 47.63) | |
| LCH | lch(52.79 69.24 136.53) | color: lch(52.79 69.24 136.53) |
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)
#57583C — rgb(87, 88, 60)
Deuteranopia (Green-blind)
#514943 — rgb(81, 73, 67)
Tritanopia (Blue-blind)
#2F5156 — rgb(47, 81, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 63%, 35%);
text
color: hsl(115, 63%, 35%);
border
border: 2px solid hsl(115, 63%, 35%);
gradient light
background: linear-gradient(to right, hsl(115, 63%, 55%), hsl(115, 63%, 35%));
gradient dark
background: linear-gradient(to right, hsl(115, 63%, 35%), hsl(115, 63%, 15%))
hex
background-color: #2A9121;
tailwind
bg-[hsl(115,63%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 63%, 35%, 0.4);
css variable
--color-primary: hsl(115, 63%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 63%, 35%)?
HEX: #2A9121 | RGB: rgb(42, 145, 33) | CMYK: 71%, 0%, 77%, 43% | HSV: 115°, 77%, 57%. Copy any format from the conversion table above.
What colors go well with #2A9121?
The complementary color is HSL(295, 63%, 35%). 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, 63%, 35%) in CSS?
As HSL: color: hsl(115, 63%, 35%); — As HEX: color: #2A9121; — As RGB: color: rgb(42, 145, 33); — Tailwind CSS: bg-[hsl(115,63%,35%)] — CSS variable: --color-primary: hsl(115, 63%, 35%);