Shades of Forest Green #228013
Tints of Forest Green #228013
RGB
CMYK
RGB Variations
Color information
#228013 (or 0x228013) is known color: Forest Green. HEX triplet: 22, 80 and 13. RGB value is (34,128,19). Sum of RGB (Red+Green+Blue) = 34+128+19=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #228013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228013 is #DD7FEC. Grayscale: #575757. Windows color (decimal): -14516205 or 1277986. OLE color: 1277986.
HSL color Cylindrical-coordinate representation of color #228013: hue angle of 111.74º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228013 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 128 | 19 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.50 |
| HSL | 111.74º | 0.74% | 0.29% | - |
| HSV(B) | 111.74º | 0.85% | 0.5% | - |
| XYZ | 8.5 | 15.83 | 3.22 | - |
| YUV | 87.47 | 89.36 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 128 | 19 | 0.73 | 0 | 0.85 | 0.50 | 111.74 | 0.74 | 0.29 |
| Hex | 22 | 80 | 13 | 49 | 0 | 55 | 32 | 70 | 4A | 1D |
| Octal | 42 | 200 | 23 | 111 | 0 | 125 | 62 | 160 | 112 | 35 |
| Binary | 100010 | 10000000 | 10011 | 1001001 | 0 | 1010101 | 110010 | 1110000 | 1001010 | 11101 |
Color Harmonies of #228013
Complementary color
Monochromatic Colors of #228013
Black with #228013
Text Example
Text Example
White with #228013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228013; }
p { color: rgb(34,128,19); }
H1.HeaderClassName
{
color: #228013;
}
.AnyTagClassName
{
color: #228013;
}
</style>
background-color css
<style>
a { background-color: #228013; }
a { background-color: rgb(34,128,19); }
div.DivClassName
{
background-color: #228013;
}
.BgClassName
{
background-color: #228013;
}
</style>
border-color css
<style>
span { border-color: #228013; }
span { border-color: rgb(34,128,19); }
td.TdClassName
{
border-color: #228013;
}
.TagClassName
{
border-color: #228013;
}
</style>