Shades of Forest Green #039029
Tints of Forest Green #039029
RGB
CMYK
RGB Variations
Color information
#039029 (or 0x039029) is known color: Forest Green. HEX triplet: 03, 90 and 29. RGB value is (3,144,41). Sum of RGB (Red+Green+Blue) = 3+144+41=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #039029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039029 is #FC6FD6. Grayscale: #5A5A5A. Windows color (decimal): -16543703 or 2723843. OLE color: 2723843.
HSL color Cylindrical-coordinate representation of color #039029: hue angle of 136.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039029 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 41 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.44 |
| HSL | 136.17º | 0.96% | 0.29% | - |
| HSV(B) | 136.17º | 0.98% | 0.56% | - |
| XYZ | 10.41 | 20.13 | 5.43 | - |
| YUV | 90.1 | 100.29 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 41 | 0.98 | 0 | 0.72 | 0.44 | 136.17 | 0.96 | 0.29 |
| Hex | 3 | 90 | 29 | 62 | 0 | 48 | 2C | 88 | 60 | 1D |
| Octal | 3 | 220 | 51 | 142 | 0 | 110 | 54 | 210 | 140 | 35 |
| Binary | 11 | 10010000 | 101001 | 1100010 | 0 | 1001000 | 101100 | 10001000 | 1100000 | 11101 |
Color Harmonies of #039029
Complementary color
Monochromatic Colors of #039029
Black with #039029
Text Example
Text Example
White with #039029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039029; }
p { color: rgb(3,144,41); }
H1.HeaderClassName
{
color: #039029;
}
.AnyTagClassName
{
color: #039029;
}
</style>
background-color css
<style>
a { background-color: #039029; }
a { background-color: rgb(3,144,41); }
div.DivClassName
{
background-color: #039029;
}
.BgClassName
{
background-color: #039029;
}
</style>
border-color css
<style>
span { border-color: #039029; }
span { border-color: rgb(3,144,41); }
td.TdClassName
{
border-color: #039029;
}
.TagClassName
{
border-color: #039029;
}
</style>