Shades of Forest Green #218819
Tints of Forest Green #218819
RGB
CMYK
RGB Variations
Color information
#218819 (or 0x218819) is known color: Forest Green. HEX triplet: 21, 88 and 19. RGB value is (33,136,25). Sum of RGB (Red+Green+Blue) = 33+136+25=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 136 (53.52% from 255 or 70.10% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 136 - color contains mainly: green. Hex color #218819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218819 is #DE77E6. Grayscale: #5C5C5C. Windows color (decimal): -14579687 or 1673249. OLE color: 1673249.
HSL color Cylindrical-coordinate representation of color #218819: hue angle of 115.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218819 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 25 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.47 |
| HSL | 115.68º | 0.69% | 0.32% | - |
| HSV(B) | 115.68º | 0.82% | 0.53% | - |
| XYZ | 9.61 | 18 | 3.89 | - |
| YUV | 92.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 25 | 0.76 | 0 | 0.82 | 0.47 | 115.68 | 0.69 | 0.32 |
| Hex | 21 | 88 | 19 | 4C | 0 | 52 | 2F | 74 | 45 | 20 |
| Octal | 41 | 210 | 31 | 114 | 0 | 122 | 57 | 164 | 105 | 40 |
| Binary | 100001 | 10001000 | 11001 | 1001100 | 0 | 1010010 | 101111 | 1110100 | 1000101 | 100000 |
Color Harmonies of #218819
Complementary color
Monochromatic Colors of #218819
Black with #218819
Text Example
Text Example
White with #218819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218819; }
p { color: rgb(33,136,25); }
H1.HeaderClassName
{
color: #218819;
}
.AnyTagClassName
{
color: #218819;
}
</style>
background-color css
<style>
a { background-color: #218819; }
a { background-color: rgb(33,136,25); }
div.DivClassName
{
background-color: #218819;
}
.BgClassName
{
background-color: #218819;
}
</style>
border-color css
<style>
span { border-color: #218819; }
span { border-color: rgb(33,136,25); }
td.TdClassName
{
border-color: #218819;
}
.TagClassName
{
border-color: #218819;
}
</style>