Shades of Green #047D1C
Tints of Green #047D1C
RGB
CMYK
RGB Variations
Color information
#047D1C (or 0x047D1C) is known color: Green. HEX triplet: 04, 7D and 1C. RGB value is (4,125,28). Sum of RGB (Red+Green+Blue) = 4+125+28=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 125 (49.22% from 255 or 79.62% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 125 - color contains mainly: green. Hex color #047D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047D1C is #FB82E3. Grayscale: #4E4E4E. Windows color (decimal): -16483044 or 1867012. OLE color: 1867012.
HSL color Cylindrical-coordinate representation of color #047D1C: hue angle of 131.9º 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 #047D1C is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 125 | 28 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.51 |
| HSL | 131.9º | 0.94% | 0.25% | - |
| HSV(B) | 131.9º | 0.97% | 0.49% | - |
| XYZ | 7.59 | 14.78 | 3.55 | - |
| YUV | 77.76 | 99.91 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 125 | 28 | 0.97 | 0 | 0.78 | 0.51 | 131.9 | 0.94 | 0.25 |
| Hex | 4 | 7D | 1C | 61 | 0 | 4E | 33 | 84 | 5E | 19 |
| Octal | 4 | 175 | 34 | 141 | 0 | 116 | 63 | 204 | 136 | 31 |
| Binary | 100 | 1111101 | 11100 | 1100001 | 0 | 1001110 | 110011 | 10000100 | 1011110 | 11001 |
Color Harmonies of #047D1C
Complementary color
Monochromatic Colors of #047D1C
Black with #047D1C
Text Example
Text Example
White with #047D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047D1C; }
p { color: rgb(4,125,28); }
H1.HeaderClassName
{
color: #047D1C;
}
.AnyTagClassName
{
color: #047D1C;
}
</style>
background-color css
<style>
a { background-color: #047D1C; }
a { background-color: rgb(4,125,28); }
div.DivClassName
{
background-color: #047D1C;
}
.BgClassName
{
background-color: #047D1C;
}
</style>
border-color css
<style>
span { border-color: #047D1C; }
span { border-color: rgb(4,125,28); }
td.TdClassName
{
border-color: #047D1C;
}
.TagClassName
{
border-color: #047D1C;
}
</style>