Shades of Forest Green #029022
Tints of Forest Green #029022
RGB
CMYK
RGB Variations
Color information
#029022 (or 0x029022) is known color: Forest Green. HEX triplet: 02, 90 and 22. RGB value is (2,144,34). Sum of RGB (Red+Green+Blue) = 2+144+34=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 144 (56.64% from 255 or 80% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 144 - color contains mainly: green. Hex color #029022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029022 is #FD6FDD. Grayscale: #595959. Windows color (decimal): -16609246 or 2265090. OLE color: 2265090.
HSL color Cylindrical-coordinate representation of color #029022: hue angle of 133.52º 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 #029022 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 144 | 34 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.44 |
| HSL | 133.52º | 0.97% | 0.29% | - |
| HSV(B) | 133.52º | 0.99% | 0.56% | - |
| XYZ | 10.29 | 20.07 | 4.85 | - |
| YUV | 89 | 96.96 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 34 | 0.99 | 0 | 0.76 | 0.44 | 133.52 | 0.97 | 0.29 |
| Hex | 2 | 90 | 22 | 63 | 0 | 4C | 2C | 86 | 61 | 1D |
| Octal | 2 | 220 | 42 | 143 | 0 | 114 | 54 | 206 | 141 | 35 |
| Binary | 10 | 10010000 | 100010 | 1100011 | 0 | 1001100 | 101100 | 10000110 | 1100001 | 11101 |
Color Harmonies of #029022
Complementary color
Monochromatic Colors of #029022
Black with #029022
Text Example
Text Example
White with #029022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029022; }
p { color: rgb(2,144,34); }
H1.HeaderClassName
{
color: #029022;
}
.AnyTagClassName
{
color: #029022;
}
</style>
background-color css
<style>
a { background-color: #029022; }
a { background-color: rgb(2,144,34); }
div.DivClassName
{
background-color: #029022;
}
.BgClassName
{
background-color: #029022;
}
</style>
border-color css
<style>
span { border-color: #029022; }
span { border-color: rgb(2,144,34); }
td.TdClassName
{
border-color: #029022;
}
.TagClassName
{
border-color: #029022;
}
</style>