Shades of Green #047A1C
Tints of Green #047A1C
RGB
CMYK
RGB Variations
Color information
#047A1C (or 0x047A1C) is known color: Green. HEX triplet: 04, 7A and 1C. RGB value is (4,122,28). Sum of RGB (Red+Green+Blue) = 4+122+28=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 122 (48.05% from 255 or 79.22% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 122 - color contains mainly: green. Hex color #047A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047A1C is #FB85E3. Grayscale: #4C4C4C. Windows color (decimal): -16483812 or 1866244. OLE color: 1866244.
HSL color Cylindrical-coordinate representation of color #047A1C: hue angle of 132.2º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A1C is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 28 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.52 |
| HSL | 132.2º | 0.94% | 0.25% | - |
| HSV(B) | 132.2º | 0.97% | 0.48% | - |
| XYZ | 7.22 | 14.03 | 3.43 | - |
| YUV | 76 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 28 | 0.97 | 0 | 0.77 | 0.52 | 132.2 | 0.94 | 0.25 |
| Hex | 4 | 7A | 1C | 61 | 0 | 4D | 34 | 84 | 5E | 19 |
| Octal | 4 | 172 | 34 | 141 | 0 | 115 | 64 | 204 | 136 | 31 |
| Binary | 100 | 1111010 | 11100 | 1100001 | 0 | 1001101 | 110100 | 10000100 | 1011110 | 11001 |
Color Harmonies of #047A1C
Complementary color
Monochromatic Colors of #047A1C
Black with #047A1C
Text Example
Text Example
White with #047A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A1C; }
p { color: rgb(4,122,28); }
H1.HeaderClassName
{
color: #047A1C;
}
.AnyTagClassName
{
color: #047A1C;
}
</style>
background-color css
<style>
a { background-color: #047A1C; }
a { background-color: rgb(4,122,28); }
div.DivClassName
{
background-color: #047A1C;
}
.BgClassName
{
background-color: #047A1C;
}
</style>
border-color css
<style>
span { border-color: #047A1C; }
span { border-color: rgb(4,122,28); }
td.TdClassName
{
border-color: #047A1C;
}
.TagClassName
{
border-color: #047A1C;
}
</style>