Shades of Forest Green #029120
Tints of Forest Green #029120
RGB
CMYK
RGB Variations
Color information
#029120 (or 0x029120) is known color: Forest Green. HEX triplet: 02, 91 and 20. RGB value is (2,145,32). Sum of RGB (Red+Green+Blue) = 2+145+32=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 145 (57.03% from 255 or 81.01% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 145 - color contains mainly: green. Hex color #029120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029120 is #FD6EDF. Grayscale: #595959. Windows color (decimal): -16608992 or 2134274. OLE color: 2134274.
HSL color Cylindrical-coordinate representation of color #029120: hue angle of 132.59º 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 #029120 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 32 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.43 |
| HSL | 132.59º | 0.97% | 0.29% | - |
| HSV(B) | 132.59º | 0.99% | 0.57% | - |
| XYZ | 10.41 | 20.37 | 4.75 | - |
| YUV | 89.36 | 95.62 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 32 | 0.99 | 0 | 0.78 | 0.43 | 132.59 | 0.97 | 0.29 |
| Hex | 2 | 91 | 20 | 63 | 0 | 4E | 2B | 85 | 61 | 1D |
| Octal | 2 | 221 | 40 | 143 | 0 | 116 | 53 | 205 | 141 | 35 |
| Binary | 10 | 10010001 | 100000 | 1100011 | 0 | 1001110 | 101011 | 10000101 | 1100001 | 11101 |
Color Harmonies of #029120
Complementary color
Monochromatic Colors of #029120
Black with #029120
Text Example
Text Example
White with #029120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029120; }
p { color: rgb(2,145,32); }
H1.HeaderClassName
{
color: #029120;
}
.AnyTagClassName
{
color: #029120;
}
</style>
background-color css
<style>
a { background-color: #029120; }
a { background-color: rgb(2,145,32); }
div.DivClassName
{
background-color: #029120;
}
.BgClassName
{
background-color: #029120;
}
</style>
border-color css
<style>
span { border-color: #029120; }
span { border-color: rgb(2,145,32); }
td.TdClassName
{
border-color: #029120;
}
.TagClassName
{
border-color: #029120;
}
</style>