Shades of Green #047D00
Tints of Green #047D00
RGB
CMYK
RGB Variations
Color information
#047D00 (or 0x047D00) is known color: Green. HEX triplet: 04, 7D and 00. RGB value is (4,125,0). Sum of RGB (Red+Green+Blue) = 4+125+0=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 125 (49.22% from 255 or 96.90% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 125 - color contains mainly: green. Hex color #047D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047D00 is #FB82FF. Grayscale: #4A4A4A. Windows color (decimal): -16483072 or 32004. OLE color: 32004.
HSL color Cylindrical-coordinate representation of color #047D00: hue angle of 118.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #047D00 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 125 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.51 |
| HSL | 118.08º | 1% | 0.25% | - |
| HSV(B) | 118.08º | 1% | 0.49% | - |
| XYZ | 7.38 | 14.69 | 2.45 | - |
| YUV | 74.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 0 | 0.97 | 0 | 1 | 0.51 | 118.08 | 1 | 0.25 |
| Hex | 4 | 7D | 0 | 61 | 0 | 64 | 33 | 76 | 64 | 19 |
| Octal | 4 | 175 | 0 | 141 | 0 | 144 | 63 | 166 | 144 | 31 |
| Binary | 100 | 1111101 | 0 | 1100001 | 0 | 1100100 | 110011 | 1110110 | 1100100 | 11001 |
Color Harmonies of #047D00
Complementary color
Monochromatic Colors of #047D00
Black with #047D00
Text Example
Text Example
White with #047D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D00; }
p { color: rgb(4,125,0); }
H1.HeaderClassName
{
color: #047D00;
}
.AnyTagClassName
{
color: #047D00;
}
</style>
background-color css
<style>
a { background-color: #047D00; }
a { background-color: rgb(4,125,0); }
div.DivClassName
{
background-color: #047D00;
}
.BgClassName
{
background-color: #047D00;
}
</style>
border-color css
<style>
span { border-color: #047D00; }
span { border-color: rgb(4,125,0); }
td.TdClassName
{
border-color: #047D00;
}
.TagClassName
{
border-color: #047D00;
}
</style>