Shades of Pine Green #018473
Tints of Pine Green #018473
RGB
CMYK
RGB Variations
Color information
#018473 (or 0x018473) is known color: Pine Green. HEX triplet: 01, 84 and 73. RGB value is (1,132,115). Sum of RGB (Red+Green+Blue) = 1+132+115=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #018473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018473 is #FE7B8C. Grayscale: #5A5A5A. Windows color (decimal): -16677773 or 7570433. OLE color: 7570433.
HSL color Cylindrical-coordinate representation of color #018473: hue angle of 172.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018473 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 115 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.48 |
| HSL | 172.21º | 0.98% | 0.26% | - |
| HSV(B) | 172.21º | 0.99% | 0.52% | - |
| XYZ | 11.36 | 17.75 | 19.05 | - |
| YUV | 90.89 | 141.6 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 115 | 0.99 | 0 | 0.13 | 0.48 | 172.21 | 0.98 | 0.26 |
| Hex | 1 | 84 | 73 | 63 | 0 | D | 30 | AC | 62 | 1A |
| Octal | 1 | 204 | 163 | 143 | 0 | 15 | 60 | 254 | 142 | 32 |
| Binary | 1 | 10000100 | 1110011 | 1100011 | 0 | 1101 | 110000 | 10101100 | 1100010 | 11010 |
Color Harmonies of #018473
Complementary color
Monochromatic Colors of #018473
Black with #018473
Text Example
Text Example
White with #018473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018473; }
p { color: rgb(1,132,115); }
H1.HeaderClassName
{
color: #018473;
}
.AnyTagClassName
{
color: #018473;
}
</style>
background-color css
<style>
a { background-color: #018473; }
a { background-color: rgb(1,132,115); }
div.DivClassName
{
background-color: #018473;
}
.BgClassName
{
background-color: #018473;
}
</style>
border-color css
<style>
span { border-color: #018473; }
span { border-color: rgb(1,132,115); }
td.TdClassName
{
border-color: #018473;
}
.TagClassName
{
border-color: #018473;
}
</style>