HSL(97, 85%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,85%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 85%, 26%) | color: hsl(97, 85%, 26%) | |
| HEX | #357B0A | color: #357B0A | |
| RGB | rgb(53, 123, 10) | color: rgb(53, 123, 10) | |
| CMYK | cmyk(57%, 0%, 92%, 52%) | — | |
| HSV | hsv(97, 92%, 48%) | — | |
| HWB | hwb(97 4% 52%) | color: hwb(97 4% 52%) | |
| OKLCH | oklch(0.5172 0.1537 137.52) | color: oklch(0.5172 0.1537 137.52) | |
| Lab | lab(45.56 -40.82 47.68) | color: lab(45.56 -40.82 47.68) | |
| LCH | lch(45.56 62.77 130.57) | color: lch(45.56 62.77 130.57) |
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)
#535425 — rgb(83, 84, 37)
Deuteranopia (Green-blind)
#4F4A2C — rgb(79, 74, 44)
Tritanopia (Blue-blind)
#393B40 — rgb(57, 59, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 85%, 26%);
text
color: hsl(97, 85%, 26%);
border
border: 2px solid hsl(97, 85%, 26%);
gradient light
background: linear-gradient(to right, hsl(97, 85%, 46%), hsl(97, 85%, 26%));
gradient dark
background: linear-gradient(to right, hsl(97, 85%, 26%), hsl(97, 85%, 6%))
hex
background-color: #357B0A;
tailwind
bg-[hsl(97,85%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 85%, 26%, 0.4);
css variable
--color-primary: hsl(97, 85%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 85%, 26%)?
HEX: #357B0A | RGB: rgb(53, 123, 10) | CMYK: 57%, 0%, 92%, 52% | HSV: 97°, 92%, 48%. Copy any format from the conversion table above.
What colors go well with #357B0A?
The complementary color is HSL(277, 85%, 26%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 85%, 26%) in CSS?
As HSL: color: hsl(97, 85%, 26%); — As HEX: color: #357B0A; — As RGB: color: rgb(53, 123, 10); — Tailwind CSS: bg-[hsl(97,85%,26%)] — CSS variable: --color-primary: hsl(97, 85%, 26%);