Shades of Green #047412
Tints of Green #047412
RGB
CMYK
RGB Variations
Color information
#047412 (or 0x047412) is known color: Green. HEX triplet: 04, 74 and 12. RGB value is (4,116,18). Sum of RGB (Red+Green+Blue) = 4+116+18=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 116 (45.70% from 255 or 84.06% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 116 - color contains mainly: green. Hex color #047412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047412 is #FB8BED. Grayscale: #474747. Windows color (decimal): -16485358 or 1209348. OLE color: 1209348.
HSL color Cylindrical-coordinate representation of color #047412: hue angle of 127.5º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047412 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 116 | 18 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.55 |
| HSL | 127.5º | 0.93% | 0.24% | - |
| HSV(B) | 127.5º | 0.97% | 0.45% | - |
| XYZ | 6.4 | 12.56 | 2.66 | - |
| YUV | 71.34 | 97.89 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 18 | 0.97 | 0 | 0.84 | 0.55 | 127.5 | 0.93 | 0.24 |
| Hex | 4 | 74 | 12 | 61 | 0 | 54 | 37 | 80 | 5D | 18 |
| Octal | 4 | 164 | 22 | 141 | 0 | 124 | 67 | 200 | 135 | 30 |
| Binary | 100 | 1110100 | 10010 | 1100001 | 0 | 1010100 | 110111 | 10000000 | 1011101 | 11000 |
Color Harmonies of #047412
Complementary color
Monochromatic Colors of #047412
Black with #047412
Text Example
Text Example
White with #047412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047412; }
p { color: rgb(4,116,18); }
H1.HeaderClassName
{
color: #047412;
}
.AnyTagClassName
{
color: #047412;
}
</style>
background-color css
<style>
a { background-color: #047412; }
a { background-color: rgb(4,116,18); }
div.DivClassName
{
background-color: #047412;
}
.BgClassName
{
background-color: #047412;
}
</style>
border-color css
<style>
span { border-color: #047412; }
span { border-color: rgb(4,116,18); }
td.TdClassName
{
border-color: #047412;
}
.TagClassName
{
border-color: #047412;
}
</style>