Shades of Forest Green #039529
Tints of Forest Green #039529
RGB
CMYK
RGB Variations
Color information
#039529 (or 0x039529) is known color: Forest Green. HEX triplet: 03, 95 and 29. RGB value is (3,149,41). Sum of RGB (Red+Green+Blue) = 3+149+41=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #039529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039529 is #FC6AD6. Grayscale: #5D5D5D. Windows color (decimal): -16542423 or 2725123. OLE color: 2725123.
HSL color Cylindrical-coordinate representation of color #039529: hue angle of 135.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039529 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 41 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.42 |
| HSL | 135.62º | 0.96% | 0.3% | - |
| HSV(B) | 135.62º | 0.98% | 0.58% | - |
| XYZ | 11.19 | 21.67 | 5.69 | - |
| YUV | 93.03 | 98.63 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 41 | 0.98 | 0 | 0.72 | 0.42 | 135.62 | 0.96 | 0.3 |
| Hex | 3 | 95 | 29 | 62 | 0 | 48 | 2A | 88 | 60 | 1E |
| Octal | 3 | 225 | 51 | 142 | 0 | 110 | 52 | 210 | 140 | 36 |
| Binary | 11 | 10010101 | 101001 | 1100010 | 0 | 1001000 | 101010 | 10001000 | 1100000 | 11110 |
Color Harmonies of #039529
Complementary color
Monochromatic Colors of #039529
Black with #039529
Text Example
Text Example
White with #039529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039529; }
p { color: rgb(3,149,41); }
H1.HeaderClassName
{
color: #039529;
}
.AnyTagClassName
{
color: #039529;
}
</style>
background-color css
<style>
a { background-color: #039529; }
a { background-color: rgb(3,149,41); }
div.DivClassName
{
background-color: #039529;
}
.BgClassName
{
background-color: #039529;
}
</style>
border-color css
<style>
span { border-color: #039529; }
span { border-color: rgb(3,149,41); }
td.TdClassName
{
border-color: #039529;
}
.TagClassName
{
border-color: #039529;
}
</style>