Shades of Forest Green #218119
Tints of Forest Green #218119
RGB
CMYK
RGB Variations
Color information
#218119 (or 0x218119) is known color: Forest Green. HEX triplet: 21, 81 and 19. RGB value is (33,129,25). Sum of RGB (Red+Green+Blue) = 33+129+25=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 129 (50.78% from 255 or 68.98% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 129 - color contains mainly: green. Hex color #218119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218119 is #DE7EE6. Grayscale: #585858. Windows color (decimal): -14581479 or 1671457. OLE color: 1671457.
HSL color Cylindrical-coordinate representation of color #218119: hue angle of 115.38º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218119 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 25 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.49 |
| HSL | 115.38º | 0.68% | 0.3% | - |
| HSV(B) | 115.38º | 0.81% | 0.51% | - |
| XYZ | 8.65 | 16.09 | 3.57 | - |
| YUV | 88.44 | 92.2 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 25 | 0.74 | 0 | 0.81 | 0.49 | 115.38 | 0.68 | 0.3 |
| Hex | 21 | 81 | 19 | 4A | 0 | 51 | 31 | 73 | 44 | 1E |
| Octal | 41 | 201 | 31 | 112 | 0 | 121 | 61 | 163 | 104 | 36 |
| Binary | 100001 | 10000001 | 11001 | 1001010 | 0 | 1010001 | 110001 | 1110011 | 1000100 | 11110 |
Color Harmonies of #218119
Complementary color
Monochromatic Colors of #218119
Black with #218119
Text Example
Text Example
White with #218119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218119; }
p { color: rgb(33,129,25); }
H1.HeaderClassName
{
color: #218119;
}
.AnyTagClassName
{
color: #218119;
}
</style>
background-color css
<style>
a { background-color: #218119; }
a { background-color: rgb(33,129,25); }
div.DivClassName
{
background-color: #218119;
}
.BgClassName
{
background-color: #218119;
}
</style>
border-color css
<style>
span { border-color: #218119; }
span { border-color: rgb(33,129,25); }
td.TdClassName
{
border-color: #218119;
}
.TagClassName
{
border-color: #218119;
}
</style>