Shades of Pine Green #047B67
Tints of Pine Green #047B67
RGB
CMYK
RGB Variations
Color information
#047B67 (or 0x047B67) is known color: Pine Green. HEX triplet: 04, 7B and 67. RGB value is (4,123,103). Sum of RGB (Red+Green+Blue) = 4+123+103=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 123 (48.44% from 255 or 53.48% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 123 - color contains mainly: green. Hex color #047B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047B67 is #FB8498. Grayscale: #555555. Windows color (decimal): -16483481 or 6781700. OLE color: 6781700.
HSL color Cylindrical-coordinate representation of color #047B67: hue angle of 169.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 #047B67 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 123 | 103 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.52 |
| HSL | 169.92º | 0.94% | 0.25% | - |
| HSV(B) | 169.92º | 0.97% | 0.48% | - |
| XYZ | 9.58 | 15.17 | 15.26 | - |
| YUV | 85.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 103 | 0.97 | 0 | 0.16 | 0.52 | 169.92 | 0.94 | 0.25 |
| Hex | 4 | 7B | 67 | 61 | 0 | 10 | 34 | AA | 5E | 19 |
| Octal | 4 | 173 | 147 | 141 | 0 | 20 | 64 | 252 | 136 | 31 |
| Binary | 100 | 1111011 | 1100111 | 1100001 | 0 | 10000 | 110100 | 10101010 | 1011110 | 11001 |
Color Harmonies of #047B67
Complementary color
Monochromatic Colors of #047B67
Black with #047B67
Text Example
Text Example
White with #047B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047B67; }
p { color: rgb(4,123,103); }
H1.HeaderClassName
{
color: #047B67;
}
.AnyTagClassName
{
color: #047B67;
}
</style>
background-color css
<style>
a { background-color: #047B67; }
a { background-color: rgb(4,123,103); }
div.DivClassName
{
background-color: #047B67;
}
.BgClassName
{
background-color: #047B67;
}
</style>
border-color css
<style>
span { border-color: #047B67; }
span { border-color: rgb(4,123,103); }
td.TdClassName
{
border-color: #047B67;
}
.TagClassName
{
border-color: #047B67;
}
</style>