Shades of Green #047E1E
Tints of Green #047E1E
RGB
CMYK
RGB Variations
Color information
#047E1E (or 0x047E1E) is known color: Green. HEX triplet: 04, 7E and 1E. RGB value is (4,126,30). Sum of RGB (Red+Green+Blue) = 4+126+30=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 126 (49.61% from 255 or 78.75% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 126 - color contains mainly: green. Hex color #047E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047E1E is #FB81E1. Grayscale: #4E4E4E. Windows color (decimal): -16482786 or 1998340. OLE color: 1998340.
HSL color Cylindrical-coordinate representation of color #047E1E: hue angle of 132.79º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047E1E is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 126 | 30 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.51 |
| HSL | 132.79º | 0.94% | 0.25% | - |
| HSV(B) | 132.79º | 0.97% | 0.49% | - |
| XYZ | 7.75 | 15.04 | 3.72 | - |
| YUV | 78.58 | 100.58 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 30 | 0.97 | 0 | 0.76 | 0.51 | 132.79 | 0.94 | 0.25 |
| Hex | 4 | 7E | 1E | 61 | 0 | 4C | 33 | 85 | 5E | 19 |
| Octal | 4 | 176 | 36 | 141 | 0 | 114 | 63 | 205 | 136 | 31 |
| Binary | 100 | 1111110 | 11110 | 1100001 | 0 | 1001100 | 110011 | 10000101 | 1011110 | 11001 |
Color Harmonies of #047E1E
Complementary color
Monochromatic Colors of #047E1E
Black with #047E1E
Text Example
Text Example
White with #047E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047E1E; }
p { color: rgb(4,126,30); }
H1.HeaderClassName
{
color: #047E1E;
}
.AnyTagClassName
{
color: #047E1E;
}
</style>
background-color css
<style>
a { background-color: #047E1E; }
a { background-color: rgb(4,126,30); }
div.DivClassName
{
background-color: #047E1E;
}
.BgClassName
{
background-color: #047E1E;
}
</style>
border-color css
<style>
span { border-color: #047E1E; }
span { border-color: rgb(4,126,30); }
td.TdClassName
{
border-color: #047E1E;
}
.TagClassName
{
border-color: #047E1E;
}
</style>