Shades of Forest Green #039320
Tints of Forest Green #039320
RGB
CMYK
RGB Variations
Color information
#039320 (or 0x039320) is known color: Forest Green. HEX triplet: 03, 93 and 20. RGB value is (3,147,32). Sum of RGB (Red+Green+Blue) = 3+147+32=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 147 (57.81% from 255 or 80.77% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 147 - color contains mainly: green. Hex color #039320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039320 is #FC6CDF. Grayscale: #5B5B5B. Windows color (decimal): -16542944 or 2134787. OLE color: 2134787.
HSL color Cylindrical-coordinate representation of color #039320: hue angle of 132.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039320 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 32 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.42 |
| HSL | 132.08º | 0.96% | 0.29% | - |
| HSV(B) | 132.08º | 0.98% | 0.58% | - |
| XYZ | 10.73 | 20.99 | 4.85 | - |
| YUV | 90.83 | 94.79 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 32 | 0.98 | 0 | 0.78 | 0.42 | 132.08 | 0.96 | 0.29 |
| Hex | 3 | 93 | 20 | 62 | 0 | 4E | 2A | 84 | 60 | 1D |
| Octal | 3 | 223 | 40 | 142 | 0 | 116 | 52 | 204 | 140 | 35 |
| Binary | 11 | 10010011 | 100000 | 1100010 | 0 | 1001110 | 101010 | 10000100 | 1100000 | 11101 |
Color Harmonies of #039320
Complementary color
Monochromatic Colors of #039320
Black with #039320
Text Example
Text Example
White with #039320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039320; }
p { color: rgb(3,147,32); }
H1.HeaderClassName
{
color: #039320;
}
.AnyTagClassName
{
color: #039320;
}
</style>
background-color css
<style>
a { background-color: #039320; }
a { background-color: rgb(3,147,32); }
div.DivClassName
{
background-color: #039320;
}
.BgClassName
{
background-color: #039320;
}
</style>
border-color css
<style>
span { border-color: #039320; }
span { border-color: rgb(3,147,32); }
td.TdClassName
{
border-color: #039320;
}
.TagClassName
{
border-color: #039320;
}
</style>