HSL(112, 61%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,61%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 61%, 38%) | color: hsl(112, 61%, 38%) | |
| HEX | #369C26 | color: #369C26 | |
| RGB | rgb(54, 156, 38) | color: rgb(54, 156, 38) | |
| CMYK | cmyk(65%, 0%, 76%, 39%) | — | |
| HSV | hsv(112, 76%, 61%) | — | |
| HWB | hwb(112 15% 39%) | color: hwb(112 15% 39%) | |
| OKLCH | oklch(0.6106 0.1794 141.2) | color: oklch(0.6106 0.1794 141.2) | |
| Lab | lab(56.78 -51.18 49.91) | color: lab(56.78 -51.18 49.91) | |
| LCH | lch(56.78 71.49 135.72) | color: lch(56.78 71.49 135.72) |
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)
#626343 — rgb(98, 99, 67)
Deuteranopia (Green-blind)
#5C5549 — rgb(92, 85, 73)
Tritanopia (Blue-blind)
#3B595E — rgb(59, 89, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 61%, 38%);
text
color: hsl(112, 61%, 38%);
border
border: 2px solid hsl(112, 61%, 38%);
gradient light
background: linear-gradient(to right, hsl(112, 61%, 58%), hsl(112, 61%, 38%));
gradient dark
background: linear-gradient(to right, hsl(112, 61%, 38%), hsl(112, 61%, 18%))
hex
background-color: #369C26;
tailwind
bg-[hsl(112,61%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 61%, 38%, 0.4);
css variable
--color-primary: hsl(112, 61%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 61%, 38%)?
HEX: #369C26 | RGB: rgb(54, 156, 38) | CMYK: 65%, 0%, 76%, 39% | HSV: 112°, 76%, 61%. Copy any format from the conversion table above.
What colors go well with #369C26?
The complementary color is HSL(292, 61%, 38%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 61%, 38%) in CSS?
As HSL: color: hsl(112, 61%, 38%); — As HEX: color: #369C26; — As RGB: color: rgb(54, 156, 38); — Tailwind CSS: bg-[hsl(112,61%,38%)] — CSS variable: --color-primary: hsl(112, 61%, 38%);