Shades of Forest Green #218B10
Tints of Forest Green #218B10
RGB
CMYK
RGB Variations
Color information
#218B10 (or 0x218B10) is known color: Forest Green. HEX triplet: 21, 8B and 10. RGB value is (33,139,16). Sum of RGB (Red+Green+Blue) = 33+139+16=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 139 (54.69% from 255 or 73.94% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 139 - color contains mainly: green. Hex color #218B10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218B10 is #DE74EF. Grayscale: #5D5D5D. Windows color (decimal): -14578928 or 1084193. OLE color: 1084193.
HSL color Cylindrical-coordinate representation of color #218B10: hue angle of 111.71º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #218B10 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 16 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.45 |
| HSL | 111.71º | 0.79% | 0.3% | - |
| HSV(B) | 111.71º | 0.88% | 0.55% | - |
| XYZ | 9.95 | 18.83 | 3.6 | - |
| YUV | 93.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 16 | 0.76 | 0 | 0.88 | 0.45 | 111.71 | 0.79 | 0.3 |
| Hex | 21 | 8B | 10 | 4C | 0 | 58 | 2D | 70 | 4F | 1E |
| Octal | 41 | 213 | 20 | 114 | 0 | 130 | 55 | 160 | 117 | 36 |
| Binary | 100001 | 10001011 | 10000 | 1001100 | 0 | 1011000 | 101101 | 1110000 | 1001111 | 11110 |
Color Harmonies of #218B10
Complementary color
Monochromatic Colors of #218B10
Black with #218B10
Text Example
Text Example
White with #218B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B10; }
p { color: rgb(33,139,16); }
H1.HeaderClassName
{
color: #218B10;
}
.AnyTagClassName
{
color: #218B10;
}
</style>
background-color css
<style>
a { background-color: #218B10; }
a { background-color: rgb(33,139,16); }
div.DivClassName
{
background-color: #218B10;
}
.BgClassName
{
background-color: #218B10;
}
</style>
border-color css
<style>
span { border-color: #218B10; }
span { border-color: rgb(33,139,16); }
td.TdClassName
{
border-color: #218B10;
}
.TagClassName
{
border-color: #218B10;
}
</style>