Shades of Forest Green #218921
Tints of Forest Green #218921
RGB
CMYK
RGB Variations
Color information
#218921 (or 0x218921) is known color: Forest Green. HEX triplet: 21, 89 and 21. RGB value is (33,137,33). Sum of RGB (Red+Green+Blue) = 33+137+33=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #218921 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218921 is #DE76DE. Grayscale: #5E5E5E. Windows color (decimal): -14579423 or 2197793. OLE color: 2197793.
HSL color Cylindrical-coordinate representation of color #218921: hue angle of 120º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218921 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 33 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.46 |
| HSL | 120º | 0.61% | 0.33% | - |
| HSV(B) | 120º | 0.76% | 0.54% | - |
| XYZ | 9.85 | 18.32 | 4.46 | - |
| YUV | 94.05 | 93.54 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 33 | 0.76 | 0 | 0.76 | 0.46 | 120 | 0.61 | 0.33 |
| Hex | 21 | 89 | 21 | 4C | 0 | 4C | 2E | 78 | 3D | 21 |
| Octal | 41 | 211 | 41 | 114 | 0 | 114 | 56 | 170 | 75 | 41 |
| Binary | 100001 | 10001001 | 100001 | 1001100 | 0 | 1001100 | 101110 | 1111000 | 111101 | 100001 |
Color Harmonies of #218921
Complementary color
Monochromatic Colors of #218921
Black with #218921
Text Example
Text Example
White with #218921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218921; }
p { color: rgb(33,137,33); }
H1.HeaderClassName
{
color: #218921;
}
.AnyTagClassName
{
color: #218921;
}
</style>
background-color css
<style>
a { background-color: #218921; }
a { background-color: rgb(33,137,33); }
div.DivClassName
{
background-color: #218921;
}
.BgClassName
{
background-color: #218921;
}
</style>
border-color css
<style>
span { border-color: #218921; }
span { border-color: rgb(33,137,33); }
td.TdClassName
{
border-color: #218921;
}
.TagClassName
{
border-color: #218921;
}
</style>