Shades of Forest Green #039124
Tints of Forest Green #039124
RGB
CMYK
RGB Variations
Color information
#039124 (or 0x039124) is known color: Forest Green. HEX triplet: 03, 91 and 24. RGB value is (3,145,36). Sum of RGB (Red+Green+Blue) = 3+145+36=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 145 (57.03% from 255 or 78.80% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 145 - color contains mainly: green. Hex color #039124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039124 is #FC6EDB. Grayscale: #5A5A5A. Windows color (decimal): -16543452 or 2396419. OLE color: 2396419.
HSL color Cylindrical-coordinate representation of color #039124: hue angle of 133.94º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039124 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 145 | 36 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.43 |
| HSL | 133.94º | 0.96% | 0.29% | - |
| HSV(B) | 133.94º | 0.98% | 0.57% | - |
| XYZ | 10.48 | 20.4 | 5.05 | - |
| YUV | 90.12 | 97.46 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 36 | 0.98 | 0 | 0.75 | 0.43 | 133.94 | 0.96 | 0.29 |
| Hex | 3 | 91 | 24 | 62 | 0 | 4B | 2B | 86 | 60 | 1D |
| Octal | 3 | 221 | 44 | 142 | 0 | 113 | 53 | 206 | 140 | 35 |
| Binary | 11 | 10010001 | 100100 | 1100010 | 0 | 1001011 | 101011 | 10000110 | 1100000 | 11101 |
Color Harmonies of #039124
Complementary color
Monochromatic Colors of #039124
Black with #039124
Text Example
Text Example
White with #039124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039124; }
p { color: rgb(3,145,36); }
H1.HeaderClassName
{
color: #039124;
}
.AnyTagClassName
{
color: #039124;
}
</style>
background-color css
<style>
a { background-color: #039124; }
a { background-color: rgb(3,145,36); }
div.DivClassName
{
background-color: #039124;
}
.BgClassName
{
background-color: #039124;
}
</style>
border-color css
<style>
span { border-color: #039124; }
span { border-color: rgb(3,145,36); }
td.TdClassName
{
border-color: #039124;
}
.TagClassName
{
border-color: #039124;
}
</style>