Shades of Forest Green #218810
Tints of Forest Green #218810
RGB
CMYK
RGB Variations
Color information
#218810 (or 0x218810) is known color: Forest Green. HEX triplet: 21, 88 and 10. RGB value is (33,136,16). Sum of RGB (Red+Green+Blue) = 33+136+16=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 136 (53.52% from 255 or 73.51% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 136 - color contains mainly: green. Hex color #218810 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218810 is #DE77EF. Grayscale: #5B5B5B. Windows color (decimal): -14579696 or 1083425. OLE color: 1083425.
HSL color Cylindrical-coordinate representation of color #218810: hue angle of 111.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #218810 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 16 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.47 |
| HSL | 111.5º | 0.79% | 0.3% | - |
| HSV(B) | 111.5º | 0.88% | 0.53% | - |
| XYZ | 9.52 | 17.97 | 3.46 | - |
| YUV | 91.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 16 | 0.76 | 0 | 0.88 | 0.47 | 111.5 | 0.79 | 0.3 |
| Hex | 21 | 88 | 10 | 4C | 0 | 58 | 2F | 70 | 4F | 1E |
| Octal | 41 | 210 | 20 | 114 | 0 | 130 | 57 | 160 | 117 | 36 |
| Binary | 100001 | 10001000 | 10000 | 1001100 | 0 | 1011000 | 101111 | 1110000 | 1001111 | 11110 |
Color Harmonies of #218810
Complementary color
Monochromatic Colors of #218810
Black with #218810
Text Example
Text Example
White with #218810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218810; }
p { color: rgb(33,136,16); }
H1.HeaderClassName
{
color: #218810;
}
.AnyTagClassName
{
color: #218810;
}
</style>
background-color css
<style>
a { background-color: #218810; }
a { background-color: rgb(33,136,16); }
div.DivClassName
{
background-color: #218810;
}
.BgClassName
{
background-color: #218810;
}
</style>
border-color css
<style>
span { border-color: #218810; }
span { border-color: rgb(33,136,16); }
td.TdClassName
{
border-color: #218810;
}
.TagClassName
{
border-color: #218810;
}
</style>