HSL(102, 97%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,97%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 97%, 22%) | color: hsl(102, 97%, 22%) | |
| HEX | #226F02 | color: #226F02 | |
| RGB | rgb(34, 111, 2) | color: rgb(34, 111, 2) | |
| CMYK | cmyk(69%, 0%, 98%, 56%) | — | |
| HSV | hsv(102, 98%, 44%) | — | |
| HWB | hwb(102 1% 56%) | color: hwb(102 1% 56%) | |
| OKLCH | oklch(0.4757 0.1507 139.61) | color: oklch(0.4757 0.1507 139.61) | |
| Lab | lab(40.76 -41.7 45.23) | color: lab(40.76 -41.7 45.23) | |
| LCH | lch(40.76 61.52 132.67) | color: lch(40.76 61.52 132.67) |
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)
#43441C — rgb(67, 68, 28)
Deuteranopia (Green-blind)
#3F3923 — rgb(63, 57, 35)
Tritanopia (Blue-blind)
#263136 — rgb(38, 49, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 97%, 22%);
text
color: hsl(102, 97%, 22%);
border
border: 2px solid hsl(102, 97%, 22%);
gradient light
background: linear-gradient(to right, hsl(102, 97%, 42%), hsl(102, 97%, 22%));
gradient dark
background: linear-gradient(to right, hsl(102, 97%, 22%), hsl(102, 97%, 2%))
hex
background-color: #226F02;
tailwind
bg-[hsl(102,97%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 97%, 22%, 0.4);
css variable
--color-primary: hsl(102, 97%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 97%, 22%)?
HEX: #226F02 | RGB: rgb(34, 111, 2) | CMYK: 69%, 0%, 98%, 56% | HSV: 102°, 98%, 44%. Copy any format from the conversion table above.
What colors go well with #226F02?
The complementary color is HSL(282, 97%, 22%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 97%, 22%) in CSS?
As HSL: color: hsl(102, 97%, 22%); — As HEX: color: #226F02; — As RGB: color: rgb(34, 111, 2); — Tailwind CSS: bg-[hsl(102,97%,22%)] — CSS variable: --color-primary: hsl(102, 97%, 22%);