Shades of Green #047C1F
Tints of Green #047C1F
RGB
CMYK
RGB Variations
Color information
#047C1F (or 0x047C1F) is known color: Green. HEX triplet: 04, 7C and 1F. RGB value is (4,124,31). Sum of RGB (Red+Green+Blue) = 4+124+31=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 124 (48.83% from 255 or 77.99% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 124 - color contains mainly: green. Hex color #047C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047C1F is #FB83E0. Grayscale: #4D4D4D. Windows color (decimal): -16483297 or 2063364. OLE color: 2063364.
HSL color Cylindrical-coordinate representation of color #047C1F: hue angle of 133.5º 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 #047C1F is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 124 | 31 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.51 |
| HSL | 133.5º | 0.94% | 0.25% | - |
| HSV(B) | 133.5º | 0.97% | 0.49% | - |
| XYZ | 7.51 | 14.54 | 3.71 | - |
| YUV | 77.52 | 101.74 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 31 | 0.97 | 0 | 0.75 | 0.51 | 133.5 | 0.94 | 0.25 |
| Hex | 4 | 7C | 1F | 61 | 0 | 4B | 33 | 86 | 5E | 19 |
| Octal | 4 | 174 | 37 | 141 | 0 | 113 | 63 | 206 | 136 | 31 |
| Binary | 100 | 1111100 | 11111 | 1100001 | 0 | 1001011 | 110011 | 10000110 | 1011110 | 11001 |
Color Harmonies of #047C1F
Complementary color
Monochromatic Colors of #047C1F
Black with #047C1F
Text Example
Text Example
White with #047C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047C1F; }
p { color: rgb(4,124,31); }
H1.HeaderClassName
{
color: #047C1F;
}
.AnyTagClassName
{
color: #047C1F;
}
</style>
background-color css
<style>
a { background-color: #047C1F; }
a { background-color: rgb(4,124,31); }
div.DivClassName
{
background-color: #047C1F;
}
.BgClassName
{
background-color: #047C1F;
}
</style>
border-color css
<style>
span { border-color: #047C1F; }
span { border-color: rgb(4,124,31); }
td.TdClassName
{
border-color: #047C1F;
}
.TagClassName
{
border-color: #047C1F;
}
</style>