Shades of Green #047A1D
Tints of Green #047A1D
RGB
CMYK
RGB Variations
Color information
#047A1D (or 0x047A1D) is known color: Green. HEX triplet: 04, 7A and 1D. RGB value is (4,122,29). Sum of RGB (Red+Green+Blue) = 4+122+29=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 122 (48.05% from 255 or 78.71% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 122 - color contains mainly: green. Hex color #047A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047A1D is #FB85E2. Grayscale: #4C4C4C. Windows color (decimal): -16483811 or 1931780. OLE color: 1931780.
HSL color Cylindrical-coordinate representation of color #047A1D: hue angle of 132.71º 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 #047A1D is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 29 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.52 |
| HSL | 132.71º | 0.94% | 0.25% | - |
| HSV(B) | 132.71º | 0.97% | 0.48% | - |
| XYZ | 7.23 | 14.03 | 3.49 | - |
| YUV | 76.12 | 101.41 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 29 | 0.97 | 0 | 0.76 | 0.52 | 132.71 | 0.94 | 0.25 |
| Hex | 4 | 7A | 1D | 61 | 0 | 4C | 34 | 85 | 5E | 19 |
| Octal | 4 | 172 | 35 | 141 | 0 | 114 | 64 | 205 | 136 | 31 |
| Binary | 100 | 1111010 | 11101 | 1100001 | 0 | 1001100 | 110100 | 10000101 | 1011110 | 11001 |
Color Harmonies of #047A1D
Complementary color
Monochromatic Colors of #047A1D
Black with #047A1D
Text Example
Text Example
White with #047A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A1D; }
p { color: rgb(4,122,29); }
H1.HeaderClassName
{
color: #047A1D;
}
.AnyTagClassName
{
color: #047A1D;
}
</style>
background-color css
<style>
a { background-color: #047A1D; }
a { background-color: rgb(4,122,29); }
div.DivClassName
{
background-color: #047A1D;
}
.BgClassName
{
background-color: #047A1D;
}
</style>
border-color css
<style>
span { border-color: #047A1D; }
span { border-color: rgb(4,122,29); }
td.TdClassName
{
border-color: #047A1D;
}
.TagClassName
{
border-color: #047A1D;
}
</style>