Shades of Green #047A0E
Tints of Green #047A0E
RGB
CMYK
RGB Variations
Color information
#047A0E (or 0x047A0E) is known color: Green. HEX triplet: 04, 7A and 0E. RGB value is (4,122,14). Sum of RGB (Red+Green+Blue) = 4+122+14=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 122 (48.05% from 255 or 87.14% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 122 - color contains mainly: green. Hex color #047A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047A0E is #FB85F1. Grayscale: #4A4A4A. Windows color (decimal): -16483826 or 948740. OLE color: 948740.
HSL color Cylindrical-coordinate representation of color #047A0E: hue angle of 125.08º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A0E is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 14 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.52 |
| HSL | 125.08º | 0.94% | 0.25% | - |
| HSV(B) | 125.08º | 0.97% | 0.48% | - |
| XYZ | 7.09 | 13.98 | 2.74 | - |
| YUV | 74.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 14 | 0.97 | 0 | 0.89 | 0.52 | 125.08 | 0.94 | 0.25 |
| Hex | 4 | 7A | E | 61 | 0 | 59 | 34 | 7D | 5E | 19 |
| Octal | 4 | 172 | 16 | 141 | 0 | 131 | 64 | 175 | 136 | 31 |
| Binary | 100 | 1111010 | 1110 | 1100001 | 0 | 1011001 | 110100 | 1111101 | 1011110 | 11001 |
Color Harmonies of #047A0E
Complementary color
Monochromatic Colors of #047A0E
Black with #047A0E
Text Example
Text Example
White with #047A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A0E; }
p { color: rgb(4,122,14); }
H1.HeaderClassName
{
color: #047A0E;
}
.AnyTagClassName
{
color: #047A0E;
}
</style>
background-color css
<style>
a { background-color: #047A0E; }
a { background-color: rgb(4,122,14); }
div.DivClassName
{
background-color: #047A0E;
}
.BgClassName
{
background-color: #047A0E;
}
</style>
border-color css
<style>
span { border-color: #047A0E; }
span { border-color: rgb(4,122,14); }
td.TdClassName
{
border-color: #047A0E;
}
.TagClassName
{
border-color: #047A0E;
}
</style>