Shades of Forest Green #219202
Tints of Forest Green #219202
RGB
CMYK
RGB Variations
Color information
#219202 (or 0x219202) is known color: Forest Green. HEX triplet: 21, 92 and 02. RGB value is (33,146,2). Sum of RGB (Red+Green+Blue) = 33+146+2=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 146 (57.42% from 255 or 80.66% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 146 - color contains mainly: green. Hex color #219202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219202 is #DE6DFD. Grayscale: #606060. Windows color (decimal): -14577150 or 168481. OLE color: 168481.
HSL color Cylindrical-coordinate representation of color #219202: hue angle of 107.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #219202 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.43 |
| HSL | 107.08º | 0.97% | 0.29% | - |
| HSV(B) | 107.08º | 0.99% | 0.57% | - |
| XYZ | 10.92 | 20.89 | 3.51 | - |
| YUV | 95.8 | 75.06 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 2 | 0.77 | 0 | 0.99 | 0.43 | 107.08 | 0.97 | 0.29 |
| Hex | 21 | 92 | 2 | 4D | 0 | 63 | 2B | 6B | 61 | 1D |
| Octal | 41 | 222 | 2 | 115 | 0 | 143 | 53 | 153 | 141 | 35 |
| Binary | 100001 | 10010010 | 10 | 1001101 | 0 | 1100011 | 101011 | 1101011 | 1100001 | 11101 |
Color Harmonies of #219202
Complementary color
Monochromatic Colors of #219202
Black with #219202
Text Example
Text Example
White with #219202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219202; }
p { color: rgb(33,146,2); }
H1.HeaderClassName
{
color: #219202;
}
.AnyTagClassName
{
color: #219202;
}
</style>
background-color css
<style>
a { background-color: #219202; }
a { background-color: rgb(33,146,2); }
div.DivClassName
{
background-color: #219202;
}
.BgClassName
{
background-color: #219202;
}
</style>
border-color css
<style>
span { border-color: #219202; }
span { border-color: rgb(33,146,2); }
td.TdClassName
{
border-color: #219202;
}
.TagClassName
{
border-color: #219202;
}
</style>