Shades of Pine Green #047A70
Tints of Pine Green #047A70
RGB
CMYK
RGB Variations
Color information
#047A70 (or 0x047A70) is known color: Pine Green. HEX triplet: 04, 7A and 70. RGB value is (4,122,112). Sum of RGB (Red+Green+Blue) = 4+122+112=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #047A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047A70 is #FB858F. Grayscale: #555555. Windows color (decimal): -16483728 or 7371268. OLE color: 7371268.
HSL color Cylindrical-coordinate representation of color #047A70: hue angle of 174.92º 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 #047A70 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 112 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.52 |
| HSL | 174.92º | 0.94% | 0.25% | - |
| HSV(B) | 174.92º | 0.97% | 0.48% | - |
| XYZ | 9.93 | 15.11 | 17.72 | - |
| YUV | 85.58 | 142.91 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 112 | 0.97 | 0 | 0.08 | 0.52 | 174.92 | 0.94 | 0.25 |
| Hex | 4 | 7A | 70 | 61 | 0 | 8 | 34 | AF | 5E | 19 |
| Octal | 4 | 172 | 160 | 141 | 0 | 10 | 64 | 257 | 136 | 31 |
| Binary | 100 | 1111010 | 1110000 | 1100001 | 0 | 1000 | 110100 | 10101111 | 1011110 | 11001 |
Color Harmonies of #047A70
Complementary color
Monochromatic Colors of #047A70
Black with #047A70
Text Example
Text Example
White with #047A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A70; }
p { color: rgb(4,122,112); }
H1.HeaderClassName
{
color: #047A70;
}
.AnyTagClassName
{
color: #047A70;
}
</style>
background-color css
<style>
a { background-color: #047A70; }
a { background-color: rgb(4,122,112); }
div.DivClassName
{
background-color: #047A70;
}
.BgClassName
{
background-color: #047A70;
}
</style>
border-color css
<style>
span { border-color: #047A70; }
span { border-color: rgb(4,122,112); }
td.TdClassName
{
border-color: #047A70;
}
.TagClassName
{
border-color: #047A70;
}
</style>