Shades of Forest Green #218720
Tints of Forest Green #218720
RGB
CMYK
RGB Variations
Color information
#218720 (or 0x218720) is known color: Forest Green. HEX triplet: 21, 87 and 20. RGB value is (33,135,32). Sum of RGB (Red+Green+Blue) = 33+135+32=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #218720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218720 is #DE78DF. Grayscale: #5D5D5D. Windows color (decimal): -14579936 or 2131745. OLE color: 2131745.
HSL color Cylindrical-coordinate representation of color #218720: hue angle of 119.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218720 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 32 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.47 |
| HSL | 119.42º | 0.62% | 0.33% | - |
| HSV(B) | 119.42º | 0.76% | 0.53% | - |
| XYZ | 9.55 | 17.76 | 4.29 | - |
| YUV | 92.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 32 | 0.76 | 0 | 0.76 | 0.47 | 119.42 | 0.62 | 0.33 |
| Hex | 21 | 87 | 20 | 4C | 0 | 4C | 2F | 77 | 3E | 21 |
| Octal | 41 | 207 | 40 | 114 | 0 | 114 | 57 | 167 | 76 | 41 |
| Binary | 100001 | 10000111 | 100000 | 1001100 | 0 | 1001100 | 101111 | 1110111 | 111110 | 100001 |
Color Harmonies of #218720
Complementary color
Monochromatic Colors of #218720
Black with #218720
Text Example
Text Example
White with #218720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218720; }
p { color: rgb(33,135,32); }
H1.HeaderClassName
{
color: #218720;
}
.AnyTagClassName
{
color: #218720;
}
</style>
background-color css
<style>
a { background-color: #218720; }
a { background-color: rgb(33,135,32); }
div.DivClassName
{
background-color: #218720;
}
.BgClassName
{
background-color: #218720;
}
</style>
border-color css
<style>
span { border-color: #218720; }
span { border-color: rgb(33,135,32); }
td.TdClassName
{
border-color: #218720;
}
.TagClassName
{
border-color: #218720;
}
</style>