Shades of Forest Green #218D19
Tints of Forest Green #218D19
RGB
CMYK
RGB Variations
Color information
#218D19 (or 0x218D19) is known color: Forest Green. HEX triplet: 21, 8D and 19. RGB value is (33,141,25). Sum of RGB (Red+Green+Blue) = 33+141+25=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 141 (55.47% from 255 or 70.85% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 141 - color contains mainly: green. Hex color #218D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218D19 is #DE72E6. Grayscale: #5F5F5F. Windows color (decimal): -14578407 or 1674529. OLE color: 1674529.
HSL color Cylindrical-coordinate representation of color #218D19: hue angle of 115.86º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218D19 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 25 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.45 |
| HSL | 115.86º | 0.7% | 0.33% | - |
| HSV(B) | 115.86º | 0.82% | 0.55% | - |
| XYZ | 10.33 | 19.44 | 4.13 | - |
| YUV | 95.48 | 88.22 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 25 | 0.77 | 0 | 0.82 | 0.45 | 115.86 | 0.7 | 0.33 |
| Hex | 21 | 8D | 19 | 4D | 0 | 52 | 2D | 74 | 46 | 21 |
| Octal | 41 | 215 | 31 | 115 | 0 | 122 | 55 | 164 | 106 | 41 |
| Binary | 100001 | 10001101 | 11001 | 1001101 | 0 | 1010010 | 101101 | 1110100 | 1000110 | 100001 |
Color Harmonies of #218D19
Complementary color
Monochromatic Colors of #218D19
Black with #218D19
Text Example
Text Example
White with #218D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D19; }
p { color: rgb(33,141,25); }
H1.HeaderClassName
{
color: #218D19;
}
.AnyTagClassName
{
color: #218D19;
}
</style>
background-color css
<style>
a { background-color: #218D19; }
a { background-color: rgb(33,141,25); }
div.DivClassName
{
background-color: #218D19;
}
.BgClassName
{
background-color: #218D19;
}
</style>
border-color css
<style>
span { border-color: #218D19; }
span { border-color: rgb(33,141,25); }
td.TdClassName
{
border-color: #218D19;
}
.TagClassName
{
border-color: #218D19;
}
</style>