Shades of Green #047D10
Tints of Green #047D10
RGB
CMYK
RGB Variations
Color information
#047D10 (or 0x047D10) is known color: Green. HEX triplet: 04, 7D and 10. RGB value is (4,125,16). Sum of RGB (Red+Green+Blue) = 4+125+16=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 125 (49.22% from 255 or 86.21% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 125 - color contains mainly: green. Hex color #047D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047D10 is #FB82EF. Grayscale: #4C4C4C. Windows color (decimal): -16483056 or 1080580. OLE color: 1080580.
HSL color Cylindrical-coordinate representation of color #047D10: hue angle of 125.95º 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 #047D10 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 125 | 16 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.51 |
| HSL | 125.95º | 0.94% | 0.25% | - |
| HSV(B) | 125.95º | 0.97% | 0.49% | - |
| XYZ | 7.48 | 14.73 | 2.94 | - |
| YUV | 76.4 | 93.91 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 16 | 0.97 | 0 | 0.87 | 0.51 | 125.95 | 0.94 | 0.25 |
| Hex | 4 | 7D | 10 | 61 | 0 | 57 | 33 | 7E | 5E | 19 |
| Octal | 4 | 175 | 20 | 141 | 0 | 127 | 63 | 176 | 136 | 31 |
| Binary | 100 | 1111101 | 10000 | 1100001 | 0 | 1010111 | 110011 | 1111110 | 1011110 | 11001 |
Color Harmonies of #047D10
Complementary color
Monochromatic Colors of #047D10
Black with #047D10
Text Example
Text Example
White with #047D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D10; }
p { color: rgb(4,125,16); }
H1.HeaderClassName
{
color: #047D10;
}
.AnyTagClassName
{
color: #047D10;
}
</style>
background-color css
<style>
a { background-color: #047D10; }
a { background-color: rgb(4,125,16); }
div.DivClassName
{
background-color: #047D10;
}
.BgClassName
{
background-color: #047D10;
}
</style>
border-color css
<style>
span { border-color: #047D10; }
span { border-color: rgb(4,125,16); }
td.TdClassName
{
border-color: #047D10;
}
.TagClassName
{
border-color: #047D10;
}
</style>