Shades of Pine Green #048173
Tints of Pine Green #048173
RGB
CMYK
RGB Variations
Color information
#048173 (or 0x048173) is known color: Pine Green. HEX triplet: 04, 81 and 73. RGB value is (4,129,115). Sum of RGB (Red+Green+Blue) = 4+129+115=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #048173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048173 is #FB7E8C. Grayscale: #595959. Windows color (decimal): -16481933 or 7569668. OLE color: 7569668.
HSL color Cylindrical-coordinate representation of color #048173: hue angle of 173.28º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048173 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 115 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.49 |
| HSL | 173.28º | 0.94% | 0.26% | - |
| HSV(B) | 173.28º | 0.97% | 0.51% | - |
| XYZ | 10.99 | 16.96 | 18.91 | - |
| YUV | 90.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 115 | 0.97 | 0 | 0.11 | 0.49 | 173.28 | 0.94 | 0.26 |
| Hex | 4 | 81 | 73 | 61 | 0 | B | 31 | AD | 5E | 1A |
| Octal | 4 | 201 | 163 | 141 | 0 | 13 | 61 | 255 | 136 | 32 |
| Binary | 100 | 10000001 | 1110011 | 1100001 | 0 | 1011 | 110001 | 10101101 | 1011110 | 11010 |
Color Harmonies of #048173
Complementary color
Monochromatic Colors of #048173
Black with #048173
Text Example
Text Example
White with #048173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048173; }
p { color: rgb(4,129,115); }
H1.HeaderClassName
{
color: #048173;
}
.AnyTagClassName
{
color: #048173;
}
</style>
background-color css
<style>
a { background-color: #048173; }
a { background-color: rgb(4,129,115); }
div.DivClassName
{
background-color: #048173;
}
.BgClassName
{
background-color: #048173;
}
</style>
border-color css
<style>
span { border-color: #048173; }
span { border-color: rgb(4,129,115); }
td.TdClassName
{
border-color: #048173;
}
.TagClassName
{
border-color: #048173;
}
</style>