Shades of Green #047500
Tints of Green #047500
RGB
CMYK
RGB Variations
Color information
#047500 (or 0x047500) is known color: Green. HEX triplet: 04, 75 and 00. RGB value is (4,117,0). Sum of RGB (Red+Green+Blue) = 4+117+0=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 117 (46.09% from 255 or 96.69% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 117 - color contains mainly: green. Hex color #047500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047500 is #FB8AFF. Grayscale: #464646. Windows color (decimal): -16485120 or 29956. OLE color: 29956.
HSL color Cylindrical-coordinate representation of color #047500: hue angle of 117.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #047500 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 117 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.54 |
| HSL | 117.95º | 1% | 0.23% | - |
| HSV(B) | 117.95º | 1% | 0.46% | - |
| XYZ | 6.41 | 12.75 | 2.12 | - |
| YUV | 69.88 | 88.56 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 0 | 0.97 | 0 | 1 | 0.54 | 117.95 | 1 | 0.23 |
| Hex | 4 | 75 | 0 | 61 | 0 | 64 | 36 | 76 | 64 | 17 |
| Octal | 4 | 165 | 0 | 141 | 0 | 144 | 66 | 166 | 144 | 27 |
| Binary | 100 | 1110101 | 0 | 1100001 | 0 | 1100100 | 110110 | 1110110 | 1100100 | 10111 |
Color Harmonies of #047500
Complementary color
Monochromatic Colors of #047500
Black with #047500
Text Example
Text Example
White with #047500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047500; }
p { color: rgb(4,117,0); }
H1.HeaderClassName
{
color: #047500;
}
.AnyTagClassName
{
color: #047500;
}
</style>
background-color css
<style>
a { background-color: #047500; }
a { background-color: rgb(4,117,0); }
div.DivClassName
{
background-color: #047500;
}
.BgClassName
{
background-color: #047500;
}
</style>
border-color css
<style>
span { border-color: #047500; }
span { border-color: rgb(4,117,0); }
td.TdClassName
{
border-color: #047500;
}
.TagClassName
{
border-color: #047500;
}
</style>