Shades of Forest Green #218519
Tints of Forest Green #218519
RGB
CMYK
RGB Variations
Color information
#218519 (or 0x218519) is known color: Forest Green. HEX triplet: 21, 85 and 19. RGB value is (33,133,25). Sum of RGB (Red+Green+Blue) = 33+133+25=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #218519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218519 is #DE7AE6. Grayscale: #5B5B5B. Windows color (decimal): -14580455 or 1672481. OLE color: 1672481.
HSL color Cylindrical-coordinate representation of color #218519: hue angle of 115.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218519 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 25 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.48 |
| HSL | 115.56º | 0.68% | 0.31% | - |
| HSV(B) | 115.56º | 0.81% | 0.52% | - |
| XYZ | 9.19 | 17.17 | 3.75 | - |
| YUV | 90.79 | 90.87 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 25 | 0.75 | 0 | 0.81 | 0.48 | 115.56 | 0.68 | 0.31 |
| Hex | 21 | 85 | 19 | 4B | 0 | 51 | 30 | 74 | 44 | 1F |
| Octal | 41 | 205 | 31 | 113 | 0 | 121 | 60 | 164 | 104 | 37 |
| Binary | 100001 | 10000101 | 11001 | 1001011 | 0 | 1010001 | 110000 | 1110100 | 1000100 | 11111 |
Color Harmonies of #218519
Complementary color
Monochromatic Colors of #218519
Black with #218519
Text Example
Text Example
White with #218519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218519; }
p { color: rgb(33,133,25); }
H1.HeaderClassName
{
color: #218519;
}
.AnyTagClassName
{
color: #218519;
}
</style>
background-color css
<style>
a { background-color: #218519; }
a { background-color: rgb(33,133,25); }
div.DivClassName
{
background-color: #218519;
}
.BgClassName
{
background-color: #218519;
}
</style>
border-color css
<style>
span { border-color: #218519; }
span { border-color: rgb(33,133,25); }
td.TdClassName
{
border-color: #218519;
}
.TagClassName
{
border-color: #218519;
}
</style>