Shades of Forest Green #218B15
Tints of Forest Green #218B15
RGB
CMYK
RGB Variations
Color information
#218B15 (or 0x218B15) is known color: Forest Green. HEX triplet: 21, 8B and 15. RGB value is (33,139,21). Sum of RGB (Red+Green+Blue) = 33+139+21=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 139 (54.69% from 255 or 72.02% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 139 - color contains mainly: green. Hex color #218B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218B15 is #DE74EA. Grayscale: #5E5E5E. Windows color (decimal): -14578923 or 1411873. OLE color: 1411873.
HSL color Cylindrical-coordinate representation of color #218B15: hue angle of 113.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218B15 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 21 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.45 |
| HSL | 113.9º | 0.74% | 0.31% | - |
| HSV(B) | 113.9º | 0.85% | 0.55% | - |
| XYZ | 10 | 18.84 | 3.82 | - |
| YUV | 93.85 | 86.88 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 21 | 0.76 | 0 | 0.85 | 0.45 | 113.9 | 0.74 | 0.31 |
| Hex | 21 | 8B | 15 | 4C | 0 | 55 | 2D | 72 | 4A | 1F |
| Octal | 41 | 213 | 25 | 114 | 0 | 125 | 55 | 162 | 112 | 37 |
| Binary | 100001 | 10001011 | 10101 | 1001100 | 0 | 1010101 | 101101 | 1110010 | 1001010 | 11111 |
Color Harmonies of #218B15
Complementary color
Monochromatic Colors of #218B15
Black with #218B15
Text Example
Text Example
White with #218B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B15; }
p { color: rgb(33,139,21); }
H1.HeaderClassName
{
color: #218B15;
}
.AnyTagClassName
{
color: #218B15;
}
</style>
background-color css
<style>
a { background-color: #218B15; }
a { background-color: rgb(33,139,21); }
div.DivClassName
{
background-color: #218B15;
}
.BgClassName
{
background-color: #218B15;
}
</style>
border-color css
<style>
span { border-color: #218B15; }
span { border-color: rgb(33,139,21); }
td.TdClassName
{
border-color: #218B15;
}
.TagClassName
{
border-color: #218B15;
}
</style>