Shades of Forest Green #219002
Tints of Forest Green #219002
RGB
CMYK
RGB Variations
Color information
#219002 (or 0x219002) is known color: Forest Green. HEX triplet: 21, 90 and 02. RGB value is (33,144,2). Sum of RGB (Red+Green+Blue) = 33+144+2=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 144 (56.64% from 255 or 80.45% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 144 - color contains mainly: green. Hex color #219002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219002 is #DE6FFD. Grayscale: #5F5F5F. Windows color (decimal): -14577662 or 167969. OLE color: 167969.
HSL color Cylindrical-coordinate representation of color #219002: hue angle of 106.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #219002 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 144 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.44 |
| HSL | 106.9º | 0.97% | 0.29% | - |
| HSV(B) | 106.9º | 0.99% | 0.56% | - |
| XYZ | 10.61 | 20.27 | 3.41 | - |
| YUV | 94.62 | 75.73 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 2 | 0.77 | 0 | 0.99 | 0.44 | 106.9 | 0.97 | 0.29 |
| Hex | 21 | 90 | 2 | 4D | 0 | 63 | 2C | 6B | 61 | 1D |
| Octal | 41 | 220 | 2 | 115 | 0 | 143 | 54 | 153 | 141 | 35 |
| Binary | 100001 | 10010000 | 10 | 1001101 | 0 | 1100011 | 101100 | 1101011 | 1100001 | 11101 |
Color Harmonies of #219002
Complementary color
Monochromatic Colors of #219002
Black with #219002
Text Example
Text Example
White with #219002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219002; }
p { color: rgb(33,144,2); }
H1.HeaderClassName
{
color: #219002;
}
.AnyTagClassName
{
color: #219002;
}
</style>
background-color css
<style>
a { background-color: #219002; }
a { background-color: rgb(33,144,2); }
div.DivClassName
{
background-color: #219002;
}
.BgClassName
{
background-color: #219002;
}
</style>
border-color css
<style>
span { border-color: #219002; }
span { border-color: rgb(33,144,2); }
td.TdClassName
{
border-color: #219002;
}
.TagClassName
{
border-color: #219002;
}
</style>