Shades of Green #047100
Tints of Green #047100
RGB
CMYK
RGB Variations
Color information
#047100 (or 0x047100) is known color: Green. HEX triplet: 04, 71 and 00. RGB value is (4,113,0). Sum of RGB (Red+Green+Blue) = 4+113+0=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 113 (44.53% from 255 or 96.58% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 113 - color contains mainly: green. Hex color #047100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047100 is #FB8EFF. Grayscale: #434343. Windows color (decimal): -16486144 or 28932. OLE color: 28932.
HSL color Cylindrical-coordinate representation of color #047100: hue angle of 117.88º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #047100 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 113 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.56 |
| HSL | 117.88º | 1% | 0.22% | - |
| HSV(B) | 117.88º | 1% | 0.44% | - |
| XYZ | 5.96 | 11.84 | 1.97 | - |
| YUV | 67.53 | 89.89 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 0 | 0.96 | 0 | 1 | 0.56 | 117.88 | 1 | 0.22 |
| Hex | 4 | 71 | 0 | 60 | 0 | 64 | 38 | 76 | 64 | 16 |
| Octal | 4 | 161 | 0 | 140 | 0 | 144 | 70 | 166 | 144 | 26 |
| Binary | 100 | 1110001 | 0 | 1100000 | 0 | 1100100 | 111000 | 1110110 | 1100100 | 10110 |
Color Harmonies of #047100
Complementary color
Monochromatic Colors of #047100
Black with #047100
Text Example
Text Example
White with #047100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047100; }
p { color: rgb(4,113,0); }
H1.HeaderClassName
{
color: #047100;
}
.AnyTagClassName
{
color: #047100;
}
</style>
background-color css
<style>
a { background-color: #047100; }
a { background-color: rgb(4,113,0); }
div.DivClassName
{
background-color: #047100;
}
.BgClassName
{
background-color: #047100;
}
</style>
border-color css
<style>
span { border-color: #047100; }
span { border-color: rgb(4,113,0); }
td.TdClassName
{
border-color: #047100;
}
.TagClassName
{
border-color: #047100;
}
</style>