Shades of Forest Green #218212
Tints of Forest Green #218212
RGB
CMYK
RGB Variations
Color information
#218212 (or 0x218212) is known color: Forest Green. HEX triplet: 21, 82 and 12. RGB value is (33,130,18). Sum of RGB (Red+Green+Blue) = 33+130+18=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #218212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218212 is #DE7DED. Grayscale: #585858. Windows color (decimal): -14581230 or 1212961. OLE color: 1212961.
HSL color Cylindrical-coordinate representation of color #218212: hue angle of 111.96º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218212 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 18 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.49 |
| HSL | 111.96º | 0.76% | 0.29% | - |
| HSV(B) | 111.96º | 0.86% | 0.51% | - |
| XYZ | 8.72 | 16.33 | 3.27 | - |
| YUV | 88.23 | 88.36 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 18 | 0.75 | 0 | 0.86 | 0.49 | 111.96 | 0.76 | 0.29 |
| Hex | 21 | 82 | 12 | 4B | 0 | 56 | 31 | 70 | 4C | 1D |
| Octal | 41 | 202 | 22 | 113 | 0 | 126 | 61 | 160 | 114 | 35 |
| Binary | 100001 | 10000010 | 10010 | 1001011 | 0 | 1010110 | 110001 | 1110000 | 1001100 | 11101 |
Color Harmonies of #218212
Complementary color
Monochromatic Colors of #218212
Black with #218212
Text Example
Text Example
White with #218212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218212; }
p { color: rgb(33,130,18); }
H1.HeaderClassName
{
color: #218212;
}
.AnyTagClassName
{
color: #218212;
}
</style>
background-color css
<style>
a { background-color: #218212; }
a { background-color: rgb(33,130,18); }
div.DivClassName
{
background-color: #218212;
}
.BgClassName
{
background-color: #218212;
}
</style>
border-color css
<style>
span { border-color: #218212; }
span { border-color: rgb(33,130,18); }
td.TdClassName
{
border-color: #218212;
}
.TagClassName
{
border-color: #218212;
}
</style>