Shades of Forest Green #039027
Tints of Forest Green #039027
RGB
CMYK
RGB Variations
Color information
#039027 (or 0x039027) is known color: Forest Green. HEX triplet: 03, 90 and 27. RGB value is (3,144,39). Sum of RGB (Red+Green+Blue) = 3+144+39=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 144 (56.64% from 255 or 77.42% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 144 - color contains mainly: green. Hex color #039027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039027 is #FC6FD8. Grayscale: #5A5A5A. Windows color (decimal): -16543705 or 2592771. OLE color: 2592771.
HSL color Cylindrical-coordinate representation of color #039027: hue angle of 135.32º 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 #039027 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 39 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.44 |
| HSL | 135.32º | 0.96% | 0.29% | - |
| HSV(B) | 135.32º | 0.98% | 0.56% | - |
| XYZ | 10.38 | 20.11 | 5.25 | - |
| YUV | 89.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 39 | 0.98 | 0 | 0.73 | 0.44 | 135.32 | 0.96 | 0.29 |
| Hex | 3 | 90 | 27 | 62 | 0 | 49 | 2C | 87 | 60 | 1D |
| Octal | 3 | 220 | 47 | 142 | 0 | 111 | 54 | 207 | 140 | 35 |
| Binary | 11 | 10010000 | 100111 | 1100010 | 0 | 1001001 | 101100 | 10000111 | 1100000 | 11101 |
Color Harmonies of #039027
Complementary color
Monochromatic Colors of #039027
Black with #039027
Text Example
Text Example
White with #039027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039027; }
p { color: rgb(3,144,39); }
H1.HeaderClassName
{
color: #039027;
}
.AnyTagClassName
{
color: #039027;
}
</style>
background-color css
<style>
a { background-color: #039027; }
a { background-color: rgb(3,144,39); }
div.DivClassName
{
background-color: #039027;
}
.BgClassName
{
background-color: #039027;
}
</style>
border-color css
<style>
span { border-color: #039027; }
span { border-color: rgb(3,144,39); }
td.TdClassName
{
border-color: #039027;
}
.TagClassName
{
border-color: #039027;
}
</style>