HSL(97, 22%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(97, 22%, 47%) color: hsl(97, 22%, 47%)
HEX #72925D color: #72925D
RGB rgb(114, 146, 93) color: rgb(114, 146, 93)
CMYK cmyk(22%, 0%, 36%, 43%)
HSV hsv(96, 36%, 57%)
HWB hwb(96 36% 43%) color: hwb(96 36% 43%)
OKLCH oklch(0.6218 0.0843 133.64) color: oklch(0.6218 0.0843 133.64)
Lab lab(57 -21.32 24.55) color: lab(57 -21.32 24.55)
LCH lch(57 32.52 130.97) color: lch(57 32.52 130.97)

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 3.51:1
vs Black 5.99:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#80806A — rgb(128, 128, 106)

Deuteranopia (Green-blind)

#7E7C6D — rgb(126, 124, 109)

Tritanopia (Blue-blind)

#747476 — rgb(116, 116, 118)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(97, 22%, 67%), hsl(97, 22%, 47%));

gradient dark

background: linear-gradient(to right, hsl(97, 22%, 47%), hsl(97, 22%, 27%))

hex

background-color: #72925D;

tailwind

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

box shadow

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

css variable

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

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%, 47%)?

HEX: #72925D | RGB: rgb(114, 146, 93) | CMYK: 22%, 0%, 36%, 43% | HSV: 96°, 36%, 57%. Copy any format from the conversion table above.

What colors go well with #72925D?

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

As HSL: color: hsl(97, 22%, 47%); — As HEX: color: #72925D; — As RGB: color: rgb(114, 146, 93); — Tailwind CSS: bg-[hsl(97,22%,47%)] — CSS variable: --color-primary: hsl(97, 22%, 47%);