Shades of Forest Green #219102
Tints of Forest Green #219102
RGB
CMYK
RGB Variations
Color information
#219102 (or 0x219102) is known color: Forest Green. HEX triplet: 21, 91 and 02. RGB value is (33,145,2). Sum of RGB (Red+Green+Blue) = 33+145+2=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 145 (57.03% from 255 or 80.56% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 145 - color contains mainly: green. Hex color #219102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219102 is #DE6EFD. Grayscale: #5F5F5F. Windows color (decimal): -14577406 or 168225. OLE color: 168225.
HSL color Cylindrical-coordinate representation of color #219102: hue angle of 106.99º 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 #219102 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.43 |
| HSL | 106.99º | 0.97% | 0.29% | - |
| HSV(B) | 106.99º | 0.99% | 0.57% | - |
| XYZ | 10.76 | 20.58 | 3.46 | - |
| YUV | 95.21 | 75.39 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 2 | 0.77 | 0 | 0.99 | 0.43 | 106.99 | 0.97 | 0.29 |
| Hex | 21 | 91 | 2 | 4D | 0 | 63 | 2B | 6B | 61 | 1D |
| Octal | 41 | 221 | 2 | 115 | 0 | 143 | 53 | 153 | 141 | 35 |
| Binary | 100001 | 10010001 | 10 | 1001101 | 0 | 1100011 | 101011 | 1101011 | 1100001 | 11101 |
Color Harmonies of #219102
Complementary color
Monochromatic Colors of #219102
Black with #219102
Text Example
Text Example
White with #219102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219102; }
p { color: rgb(33,145,2); }
H1.HeaderClassName
{
color: #219102;
}
.AnyTagClassName
{
color: #219102;
}
</style>
background-color css
<style>
a { background-color: #219102; }
a { background-color: rgb(33,145,2); }
div.DivClassName
{
background-color: #219102;
}
.BgClassName
{
background-color: #219102;
}
</style>
border-color css
<style>
span { border-color: #219102; }
span { border-color: rgb(33,145,2); }
td.TdClassName
{
border-color: #219102;
}
.TagClassName
{
border-color: #219102;
}
</style>