Shades of Forest Green #228020
Tints of Forest Green #228020
RGB
CMYK
RGB Variations
Color information
#228020 (or 0x228020) is known color: Forest Green. HEX triplet: 22, 80 and 20. RGB value is (34,128,32). Sum of RGB (Red+Green+Blue) = 34+128+32=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 128 (50.39% from 255 or 65.98% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 128 - color contains mainly: green. Hex color #228020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228020 is #DD7FDF. Grayscale: #595959. Windows color (decimal): -14516192 or 2129954. OLE color: 2129954.
HSL color Cylindrical-coordinate representation of color #228020: hue angle of 118.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228020 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 128 | 32 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.50 |
| HSL | 118.75º | 0.6% | 0.31% | - |
| HSV(B) | 118.75º | 0.75% | 0.5% | - |
| XYZ | 8.64 | 15.88 | 3.98 | - |
| YUV | 88.95 | 95.86 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 128 | 32 | 0.73 | 0 | 0.75 | 0.50 | 118.75 | 0.6 | 0.31 |
| Hex | 22 | 80 | 20 | 49 | 0 | 4B | 32 | 77 | 3C | 1F |
| Octal | 42 | 200 | 40 | 111 | 0 | 113 | 62 | 167 | 74 | 37 |
| Binary | 100010 | 10000000 | 100000 | 1001001 | 0 | 1001011 | 110010 | 1110111 | 111100 | 11111 |
Color Harmonies of #228020
Complementary color
Monochromatic Colors of #228020
Black with #228020
Text Example
Text Example
White with #228020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228020; }
p { color: rgb(34,128,32); }
H1.HeaderClassName
{
color: #228020;
}
.AnyTagClassName
{
color: #228020;
}
</style>
background-color css
<style>
a { background-color: #228020; }
a { background-color: rgb(34,128,32); }
div.DivClassName
{
background-color: #228020;
}
.BgClassName
{
background-color: #228020;
}
</style>
border-color css
<style>
span { border-color: #228020; }
span { border-color: rgb(34,128,32); }
td.TdClassName
{
border-color: #228020;
}
.TagClassName
{
border-color: #228020;
}
</style>