Shades of Pine Green #047A6B
Tints of Pine Green #047A6B
RGB
CMYK
RGB Variations
Color information
#047A6B (or 0x047A6B) is known color: Pine Green. HEX triplet: 04, 7A and 6B. RGB value is (4,122,107). Sum of RGB (Red+Green+Blue) = 4+122+107=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #047A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047A6B is #FB8594. Grayscale: #545454. Windows color (decimal): -16483733 or 7043588. OLE color: 7043588.
HSL color Cylindrical-coordinate representation of color #047A6B: hue angle of 172.37º 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 #047A6B is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 107 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.52 |
| HSL | 172.37º | 0.94% | 0.25% | - |
| HSV(B) | 172.37º | 0.97% | 0.48% | - |
| XYZ | 9.66 | 15.01 | 16.3 | - |
| YUV | 85.01 | 140.41 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 107 | 0.97 | 0 | 0.12 | 0.52 | 172.37 | 0.94 | 0.25 |
| Hex | 4 | 7A | 6B | 61 | 0 | C | 34 | AC | 5E | 19 |
| Octal | 4 | 172 | 153 | 141 | 0 | 14 | 64 | 254 | 136 | 31 |
| Binary | 100 | 1111010 | 1101011 | 1100001 | 0 | 1100 | 110100 | 10101100 | 1011110 | 11001 |
Color Harmonies of #047A6B
Complementary color
Monochromatic Colors of #047A6B
Black with #047A6B
Text Example
Text Example
White with #047A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A6B; }
p { color: rgb(4,122,107); }
H1.HeaderClassName
{
color: #047A6B;
}
.AnyTagClassName
{
color: #047A6B;
}
</style>
background-color css
<style>
a { background-color: #047A6B; }
a { background-color: rgb(4,122,107); }
div.DivClassName
{
background-color: #047A6B;
}
.BgClassName
{
background-color: #047A6B;
}
</style>
border-color css
<style>
span { border-color: #047A6B; }
span { border-color: rgb(4,122,107); }
td.TdClassName
{
border-color: #047A6B;
}
.TagClassName
{
border-color: #047A6B;
}
</style>