Shades of Forest Green #218012
Tints of Forest Green #218012
RGB
CMYK
RGB Variations
Color information
#218012 (or 0x218012) is known color: Forest Green. HEX triplet: 21, 80 and 12. RGB value is (33,128,18). Sum of RGB (Red+Green+Blue) = 33+128+18=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 128 (50.39% from 255 or 71.51% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 128 - color contains mainly: green. Hex color #218012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218012 is #DE7FED. Grayscale: #575757. Windows color (decimal): -14581742 or 1212449. OLE color: 1212449.
HSL color Cylindrical-coordinate representation of color #218012: hue angle of 111.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218012 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 18 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.50 |
| HSL | 111.82º | 0.75% | 0.29% | - |
| HSV(B) | 111.82º | 0.86% | 0.5% | - |
| XYZ | 8.46 | 15.81 | 3.18 | - |
| YUV | 87.06 | 89.03 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 18 | 0.74 | 0 | 0.86 | 0.50 | 111.82 | 0.75 | 0.29 |
| Hex | 21 | 80 | 12 | 4A | 0 | 56 | 32 | 70 | 4B | 1D |
| Octal | 41 | 200 | 22 | 112 | 0 | 126 | 62 | 160 | 113 | 35 |
| Binary | 100001 | 10000000 | 10010 | 1001010 | 0 | 1010110 | 110010 | 1110000 | 1001011 | 11101 |
Color Harmonies of #218012
Complementary color
Monochromatic Colors of #218012
Black with #218012
Text Example
Text Example
White with #218012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218012; }
p { color: rgb(33,128,18); }
H1.HeaderClassName
{
color: #218012;
}
.AnyTagClassName
{
color: #218012;
}
</style>
background-color css
<style>
a { background-color: #218012; }
a { background-color: rgb(33,128,18); }
div.DivClassName
{
background-color: #218012;
}
.BgClassName
{
background-color: #218012;
}
</style>
border-color css
<style>
span { border-color: #218012; }
span { border-color: rgb(33,128,18); }
td.TdClassName
{
border-color: #218012;
}
.TagClassName
{
border-color: #218012;
}
</style>