Shades of Green #047D14
Tints of Green #047D14
RGB
CMYK
RGB Variations
Color information
#047D14 (or 0x047D14) is known color: Green. HEX triplet: 04, 7D and 14. RGB value is (4,125,20). Sum of RGB (Red+Green+Blue) = 4+125+20=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 125 (49.22% from 255 or 83.89% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 125 - color contains mainly: green. Hex color #047D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047D14 is #FB82EB. Grayscale: #4D4D4D. Windows color (decimal): -16483052 or 1342724. OLE color: 1342724.
HSL color Cylindrical-coordinate representation of color #047D14: hue angle of 127.93º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D14 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 125 | 20 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.51 |
| HSL | 127.93º | 0.94% | 0.25% | - |
| HSV(B) | 127.93º | 0.97% | 0.49% | - |
| XYZ | 7.51 | 14.74 | 3.11 | - |
| YUV | 76.85 | 95.91 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 20 | 0.97 | 0 | 0.84 | 0.51 | 127.93 | 0.94 | 0.25 |
| Hex | 4 | 7D | 14 | 61 | 0 | 54 | 33 | 80 | 5E | 19 |
| Octal | 4 | 175 | 24 | 141 | 0 | 124 | 63 | 200 | 136 | 31 |
| Binary | 100 | 1111101 | 10100 | 1100001 | 0 | 1010100 | 110011 | 10000000 | 1011110 | 11001 |
Color Harmonies of #047D14
Complementary color
Monochromatic Colors of #047D14
Black with #047D14
Text Example
Text Example
White with #047D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D14; }
p { color: rgb(4,125,20); }
H1.HeaderClassName
{
color: #047D14;
}
.AnyTagClassName
{
color: #047D14;
}
</style>
background-color css
<style>
a { background-color: #047D14; }
a { background-color: rgb(4,125,20); }
div.DivClassName
{
background-color: #047D14;
}
.BgClassName
{
background-color: #047D14;
}
</style>
border-color css
<style>
span { border-color: #047D14; }
span { border-color: rgb(4,125,20); }
td.TdClassName
{
border-color: #047D14;
}
.TagClassName
{
border-color: #047D14;
}
</style>