HSL(97, 22%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,22%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 22%, 28%) color: hsl(97, 22%, 28%)
HEX #445738 color: #445738
RGB rgb(68, 87, 56) color: rgb(68, 87, 56)
CMYK cmyk(22%, 0%, 36%, 66%)
HSV hsv(97, 36%, 34%)
HWB hwb(97 22% 66%) color: hwb(97 22% 66%)
OKLCH oklch(0.4319 0.0544 133.84) color: oklch(0.4319 0.0544 133.84)
Lab lab(34.66 -13.84 15.7) color: lab(34.66 -13.84 15.7)
LCH lch(34.66 20.93 131.4) color: lch(34.66 20.93 131.4)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 7.88:1
vs Black 2.67:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4C4C40 — rgb(76, 76, 64)

Deuteranopia (Green-blind)

#4B4A41 — rgb(75, 74, 65)

Tritanopia (Blue-blind)

#454547 — rgb(69, 69, 71)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 22%, 28%);

text

color: hsl(97, 22%, 28%);

border

border: 2px solid hsl(97, 22%, 28%);

gradient light

background: linear-gradient(to right, hsl(97, 22%, 48%), hsl(97, 22%, 28%));

gradient dark

background: linear-gradient(to right, hsl(97, 22%, 28%), hsl(97, 22%, 8%))

hex

background-color: #445738;

tailwind

bg-[hsl(97,22%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(97, 22%, 28%, 0.4);

css variable

--color-primary: hsl(97, 22%, 28%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(97, 22%, 28%)?

HEX: #445738 | RGB: rgb(68, 87, 56) | CMYK: 22%, 0%, 36%, 66% | HSV: 97°, 36%, 34%. Copy any format from the conversion table above.

What colors go well with #445738?

The complementary color is HSL(277, 22%, 28%). 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, 22%, 28%) in CSS?

As HSL: color: hsl(97, 22%, 28%); — As HEX: color: #445738; — As RGB: color: rgb(68, 87, 56); — Tailwind CSS: bg-[hsl(97,22%,28%)] — CSS variable: --color-primary: hsl(97, 22%, 28%);