Shades of Forest Green #228221
Tints of Forest Green #228221
RGB
CMYK
RGB Variations
Color information
#228221 (or 0x228221) is known color: Forest Green. HEX triplet: 22, 82 and 21. RGB value is (34,130,33). Sum of RGB (Red+Green+Blue) = 34+130+33=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #228221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228221 is #DD7DDE. Grayscale: #5A5A5A. Windows color (decimal): -14515679 or 2196002. OLE color: 2196002.
HSL color Cylindrical-coordinate representation of color #228221: hue angle of 119.38º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228221 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 130 | 33 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.49 |
| HSL | 119.38º | 0.6% | 0.32% | - |
| HSV(B) | 119.38º | 0.75% | 0.51% | - |
| XYZ | 8.92 | 16.42 | 4.14 | - |
| YUV | 90.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 130 | 33 | 0.74 | 0 | 0.75 | 0.49 | 119.38 | 0.6 | 0.32 |
| Hex | 22 | 82 | 21 | 4A | 0 | 4B | 31 | 77 | 3C | 20 |
| Octal | 42 | 202 | 41 | 112 | 0 | 113 | 61 | 167 | 74 | 40 |
| Binary | 100010 | 10000010 | 100001 | 1001010 | 0 | 1001011 | 110001 | 1110111 | 111100 | 100000 |
Color Harmonies of #228221
Complementary color
Monochromatic Colors of #228221
Black with #228221
Text Example
Text Example
White with #228221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228221; }
p { color: rgb(34,130,33); }
H1.HeaderClassName
{
color: #228221;
}
.AnyTagClassName
{
color: #228221;
}
</style>
background-color css
<style>
a { background-color: #228221; }
a { background-color: rgb(34,130,33); }
div.DivClassName
{
background-color: #228221;
}
.BgClassName
{
background-color: #228221;
}
</style>
border-color css
<style>
span { border-color: #228221; }
span { border-color: rgb(34,130,33); }
td.TdClassName
{
border-color: #228221;
}
.TagClassName
{
border-color: #228221;
}
</style>