Shades of Forest Green #218B20
Tints of Forest Green #218B20
RGB
CMYK
RGB Variations
Color information
#218B20 (or 0x218B20) is known color: Forest Green. HEX triplet: 21, 8B and 20. RGB value is (33,139,32). Sum of RGB (Red+Green+Blue) = 33+139+32=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #218B20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B20 is #DE74DF. Grayscale: #5F5F5F. Windows color (decimal): -14578912 or 2132769. OLE color: 2132769.
HSL color Cylindrical-coordinate representation of color #218B20: hue angle of 119.44º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218B20 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 32 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.45 |
| HSL | 119.44º | 0.63% | 0.34% | - |
| HSV(B) | 119.44º | 0.77% | 0.55% | - |
| XYZ | 10.12 | 18.89 | 4.48 | - |
| YUV | 95.11 | 92.38 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 32 | 0.76 | 0 | 0.77 | 0.45 | 119.44 | 0.63 | 0.34 |
| Hex | 21 | 8B | 20 | 4C | 0 | 4D | 2D | 77 | 3F | 22 |
| Octal | 41 | 213 | 40 | 114 | 0 | 115 | 55 | 167 | 77 | 42 |
| Binary | 100001 | 10001011 | 100000 | 1001100 | 0 | 1001101 | 101101 | 1110111 | 111111 | 100010 |
Color Harmonies of #218B20
Complementary color
Monochromatic Colors of #218B20
Black with #218B20
Text Example
Text Example
White with #218B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B20; }
p { color: rgb(33,139,32); }
H1.HeaderClassName
{
color: #218B20;
}
.AnyTagClassName
{
color: #218B20;
}
</style>
background-color css
<style>
a { background-color: #218B20; }
a { background-color: rgb(33,139,32); }
div.DivClassName
{
background-color: #218B20;
}
.BgClassName
{
background-color: #218B20;
}
</style>
border-color css
<style>
span { border-color: #218B20; }
span { border-color: rgb(33,139,32); }
td.TdClassName
{
border-color: #218B20;
}
.TagClassName
{
border-color: #218B20;
}
</style>