Shades of Forest Green #029029
Tints of Forest Green #029029
RGB
CMYK
RGB Variations
Color information
#029029 (or 0x029029) is known color: Forest Green. HEX triplet: 02, 90 and 29. RGB value is (2,144,41). Sum of RGB (Red+Green+Blue) = 2+144+41=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 144 (56.64% from 255 or 77.01% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 144 - color contains mainly: green. Hex color #029029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029029 is #FD6FD6. Grayscale: #5A5A5A. Windows color (decimal): -16609239 or 2723842. OLE color: 2723842.
HSL color Cylindrical-coordinate representation of color #029029: hue angle of 136.48º 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 #029029 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 144 | 41 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.44 |
| HSL | 136.48º | 0.97% | 0.29% | - |
| HSV(B) | 136.48º | 0.99% | 0.56% | - |
| XYZ | 10.4 | 20.12 | 5.43 | - |
| YUV | 89.8 | 100.46 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 144 | 41 | 0.99 | 0 | 0.72 | 0.44 | 136.48 | 0.97 | 0.29 |
| Hex | 2 | 90 | 29 | 63 | 0 | 48 | 2C | 88 | 61 | 1D |
| Octal | 2 | 220 | 51 | 143 | 0 | 110 | 54 | 210 | 141 | 35 |
| Binary | 10 | 10010000 | 101001 | 1100011 | 0 | 1001000 | 101100 | 10001000 | 1100001 | 11101 |
Color Harmonies of #029029
Complementary color
Monochromatic Colors of #029029
Black with #029029
Text Example
Text Example
White with #029029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029029; }
p { color: rgb(2,144,41); }
H1.HeaderClassName
{
color: #029029;
}
.AnyTagClassName
{
color: #029029;
}
</style>
background-color css
<style>
a { background-color: #029029; }
a { background-color: rgb(2,144,41); }
div.DivClassName
{
background-color: #029029;
}
.BgClassName
{
background-color: #029029;
}
</style>
border-color css
<style>
span { border-color: #029029; }
span { border-color: rgb(2,144,41); }
td.TdClassName
{
border-color: #029029;
}
.TagClassName
{
border-color: #029029;
}
</style>