✓ Copied to clipboard
#228B22 color swatch preview — Color From Pic.
#228B22 color swatch

#228B22

#228B22

📝 Color Information

The hexadecimal color code #228B22 represents a dark shade in the green family. In the RGB color model, this color is composed of 34 red, 139 green, and 34 blue, which translates to approximately 13% red, 55% green, and 13% blue. This makes it a moderately saturated color with cool undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #228B22 has a hue of 120 degrees, a saturation level of 61%, and a lightness value of 34%. The hue angle of places this color firmly in the green spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 76%, and brightness/value of 55%. For print applications using the CMYK color model, #228B22 would be reproduced using 76% cyan, 0% magenta, 76% yellow, and 45% black. The closest web-safe color is #339933, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. With its medium lightness, it's versatile enough for both foreground elements and subtle backgrounds. The high saturation makes this color vibrant and attention-grabbing, ideal for call-to-action buttons, highlights, and accent elements. When pairing #228B22 with other colors, consider its complementary color at hue 300° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 2263842, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
green-700
HEX
#228B22
RGB
rgb(34, 139, 34)
RGB %
13%, 55%, 13%
HSL
hsl(120, 61%, 34%)
HSV
hsv(120, 76%, 55%)
CMYK
76%, 0%, 76%, 45%
Decimal
2263842
Web Safe
#339933

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #228B22

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #228B22

Tones (adding gray / desaturating)

🌈 Hue Variations of #228B22

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #228B22
This demonstrates text readability on the color background. (Click to edit)
#228B22 as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #228B22; --color-rgb: 34, 139, 34; --color-hsl: 120, 61%, 34%; } .bg-color { background-color: #228B22; } .text-color { color: #228B22; } .border-color { border-color: #228B22; }