Shades of Forest Green #218620
Tints of Forest Green #218620
RGB
CMYK
RGB Variations
Color information
#218620 (or 0x218620) is known color: Forest Green. HEX triplet: 21, 86 and 20. RGB value is (33,134,32). Sum of RGB (Red+Green+Blue) = 33+134+32=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 134 (52.73% from 255 or 67.34% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 134 - color contains mainly: green. Hex color #218620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218620 is #DE79DF. Grayscale: #5C5C5C. Windows color (decimal): -14580192 or 2131489. OLE color: 2131489.
HSL color Cylindrical-coordinate representation of color #218620: hue angle of 119.41º degrees, saturation: 0.61, 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 #218620 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 32 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.47 |
| HSL | 119.41º | 0.61% | 0.33% | - |
| HSV(B) | 119.41º | 0.76% | 0.53% | - |
| XYZ | 9.41 | 17.48 | 4.24 | - |
| YUV | 92.17 | 94.04 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 32 | 0.75 | 0 | 0.76 | 0.47 | 119.41 | 0.61 | 0.33 |
| Hex | 21 | 86 | 20 | 4B | 0 | 4C | 2F | 77 | 3D | 21 |
| Octal | 41 | 206 | 40 | 113 | 0 | 114 | 57 | 167 | 75 | 41 |
| Binary | 100001 | 10000110 | 100000 | 1001011 | 0 | 1001100 | 101111 | 1110111 | 111101 | 100001 |
Color Harmonies of #218620
Complementary color
Monochromatic Colors of #218620
Black with #218620
Text Example
Text Example
White with #218620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218620; }
p { color: rgb(33,134,32); }
H1.HeaderClassName
{
color: #218620;
}
.AnyTagClassName
{
color: #218620;
}
</style>
background-color css
<style>
a { background-color: #218620; }
a { background-color: rgb(33,134,32); }
div.DivClassName
{
background-color: #218620;
}
.BgClassName
{
background-color: #218620;
}
</style>
border-color css
<style>
span { border-color: #218620; }
span { border-color: rgb(33,134,32); }
td.TdClassName
{
border-color: #218620;
}
.TagClassName
{
border-color: #218620;
}
</style>