Shades of Green #047114
Tints of Green #047114
RGB
CMYK
RGB Variations
Color information
#047114 (or 0x047114) is known color: Green. HEX triplet: 04, 71 and 14. RGB value is (4,113,20). Sum of RGB (Red+Green+Blue) = 4+113+20=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 113 (44.53% from 255 or 82.48% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 113 - color contains mainly: green. Hex color #047114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047114 is #FB8EEB. Grayscale: #464646. Windows color (decimal): -16486124 or 1339652. OLE color: 1339652.
HSL color Cylindrical-coordinate representation of color #047114: hue angle of 128.81º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047114 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 113 | 20 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.56 |
| HSL | 128.81º | 0.93% | 0.23% | - |
| HSV(B) | 128.81º | 0.96% | 0.44% | - |
| XYZ | 6.08 | 11.89 | 2.64 | - |
| YUV | 69.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 20 | 0.96 | 0 | 0.82 | 0.56 | 128.81 | 0.93 | 0.23 |
| Hex | 4 | 71 | 14 | 60 | 0 | 52 | 38 | 81 | 5D | 17 |
| Octal | 4 | 161 | 24 | 140 | 0 | 122 | 70 | 201 | 135 | 27 |
| Binary | 100 | 1110001 | 10100 | 1100000 | 0 | 1010010 | 111000 | 10000001 | 1011101 | 10111 |
Color Harmonies of #047114
Complementary color
Monochromatic Colors of #047114
Black with #047114
Text Example
Text Example
White with #047114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047114; }
p { color: rgb(4,113,20); }
H1.HeaderClassName
{
color: #047114;
}
.AnyTagClassName
{
color: #047114;
}
</style>
background-color css
<style>
a { background-color: #047114; }
a { background-color: rgb(4,113,20); }
div.DivClassName
{
background-color: #047114;
}
.BgClassName
{
background-color: #047114;
}
</style>
border-color css
<style>
span { border-color: #047114; }
span { border-color: rgb(4,113,20); }
td.TdClassName
{
border-color: #047114;
}
.TagClassName
{
border-color: #047114;
}
</style>