Shades of Green #047A0D
Tints of Green #047A0D
RGB
CMYK
RGB Variations
Color information
#047A0D (or 0x047A0D) is known color: Green. HEX triplet: 04, 7A and 0D. RGB value is (4,122,13). Sum of RGB (Red+Green+Blue) = 4+122+13=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 122 (48.05% from 255 or 87.77% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 122 - color contains mainly: green. Hex color #047A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047A0D is #FB85F2. Grayscale: #4A4A4A. Windows color (decimal): -16483827 or 883204. OLE color: 883204.
HSL color Cylindrical-coordinate representation of color #047A0D: hue angle of 124.58º 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 #047A0D is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 13 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.52 |
| HSL | 124.58º | 0.94% | 0.25% | - |
| HSV(B) | 124.58º | 0.97% | 0.48% | - |
| XYZ | 7.08 | 13.97 | 2.7 | - |
| YUV | 74.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 13 | 0.97 | 0 | 0.89 | 0.52 | 124.58 | 0.94 | 0.25 |
| Hex | 4 | 7A | D | 61 | 0 | 59 | 34 | 7D | 5E | 19 |
| Octal | 4 | 172 | 15 | 141 | 0 | 131 | 64 | 175 | 136 | 31 |
| Binary | 100 | 1111010 | 1101 | 1100001 | 0 | 1011001 | 110100 | 1111101 | 1011110 | 11001 |
Color Harmonies of #047A0D
Complementary color
Monochromatic Colors of #047A0D
Black with #047A0D
Text Example
Text Example
White with #047A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A0D; }
p { color: rgb(4,122,13); }
H1.HeaderClassName
{
color: #047A0D;
}
.AnyTagClassName
{
color: #047A0D;
}
</style>
background-color css
<style>
a { background-color: #047A0D; }
a { background-color: rgb(4,122,13); }
div.DivClassName
{
background-color: #047A0D;
}
.BgClassName
{
background-color: #047A0D;
}
</style>
border-color css
<style>
span { border-color: #047A0D; }
span { border-color: rgb(4,122,13); }
td.TdClassName
{
border-color: #047A0D;
}
.TagClassName
{
border-color: #047A0D;
}
</style>