Shades of Forest Green #218919
Tints of Forest Green #218919
RGB
CMYK
RGB Variations
Color information
#218919 (or 0x218919) is known color: Forest Green. HEX triplet: 21, 89 and 19. RGB value is (33,137,25). Sum of RGB (Red+Green+Blue) = 33+137+25=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 137 (53.91% from 255 or 70.26% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 137 - color contains mainly: green. Hex color #218919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218919 is #DE76E6. Grayscale: #5D5D5D. Windows color (decimal): -14579431 or 1673505. OLE color: 1673505.
HSL color Cylindrical-coordinate representation of color #218919: hue angle of 115.71º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218919 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 25 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.46 |
| HSL | 115.71º | 0.69% | 0.32% | - |
| HSV(B) | 115.71º | 0.82% | 0.54% | - |
| XYZ | 9.75 | 18.28 | 3.94 | - |
| YUV | 93.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 25 | 0.76 | 0 | 0.82 | 0.46 | 115.71 | 0.69 | 0.32 |
| Hex | 21 | 89 | 19 | 4C | 0 | 52 | 2E | 74 | 45 | 20 |
| Octal | 41 | 211 | 31 | 114 | 0 | 122 | 56 | 164 | 105 | 40 |
| Binary | 100001 | 10001001 | 11001 | 1001100 | 0 | 1010010 | 101110 | 1110100 | 1000101 | 100000 |
Color Harmonies of #218919
Complementary color
Monochromatic Colors of #218919
Black with #218919
Text Example
Text Example
White with #218919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218919; }
p { color: rgb(33,137,25); }
H1.HeaderClassName
{
color: #218919;
}
.AnyTagClassName
{
color: #218919;
}
</style>
background-color css
<style>
a { background-color: #218919; }
a { background-color: rgb(33,137,25); }
div.DivClassName
{
background-color: #218919;
}
.BgClassName
{
background-color: #218919;
}
</style>
border-color css
<style>
span { border-color: #218919; }
span { border-color: rgb(33,137,25); }
td.TdClassName
{
border-color: #218919;
}
.TagClassName
{
border-color: #218919;
}
</style>