Shades of Green #047214
Tints of Green #047214
RGB
CMYK
RGB Variations
Color information
#047214 (or 0x047214) is known color: Green. HEX triplet: 04, 72 and 14. RGB value is (4,114,20). Sum of RGB (Red+Green+Blue) = 4+114+20=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 114 (44.92% from 255 or 82.61% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 114 - color contains mainly: green. Hex color #047214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047214 is #FB8DEB. Grayscale: #464646. Windows color (decimal): -16485868 or 1339908. OLE color: 1339908.
HSL color Cylindrical-coordinate representation of color #047214: hue angle of 128.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047214 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 20 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.55 |
| HSL | 128.73º | 0.93% | 0.23% | - |
| HSV(B) | 128.73º | 0.96% | 0.45% | - |
| XYZ | 6.19 | 12.11 | 2.67 | - |
| YUV | 70.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 20 | 0.96 | 0 | 0.82 | 0.55 | 128.73 | 0.93 | 0.23 |
| Hex | 4 | 72 | 14 | 60 | 0 | 52 | 37 | 81 | 5D | 17 |
| Octal | 4 | 162 | 24 | 140 | 0 | 122 | 67 | 201 | 135 | 27 |
| Binary | 100 | 1110010 | 10100 | 1100000 | 0 | 1010010 | 110111 | 10000001 | 1011101 | 10111 |
Color Harmonies of #047214
Complementary color
Monochromatic Colors of #047214
Black with #047214
Text Example
Text Example
White with #047214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047214; }
p { color: rgb(4,114,20); }
H1.HeaderClassName
{
color: #047214;
}
.AnyTagClassName
{
color: #047214;
}
</style>
background-color css
<style>
a { background-color: #047214; }
a { background-color: rgb(4,114,20); }
div.DivClassName
{
background-color: #047214;
}
.BgClassName
{
background-color: #047214;
}
</style>
border-color css
<style>
span { border-color: #047214; }
span { border-color: rgb(4,114,20); }
td.TdClassName
{
border-color: #047214;
}
.TagClassName
{
border-color: #047214;
}
</style>