Shades of Pine Green #018373
Tints of Pine Green #018373
RGB
CMYK
RGB Variations
Color information
#018373 (or 0x018373) is known color: Pine Green. HEX triplet: 01, 83 and 73. RGB value is (1,131,115). Sum of RGB (Red+Green+Blue) = 1+131+115=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #018373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018373 is #FE7C8C. Grayscale: #5A5A5A. Windows color (decimal): -16678029 or 7570177. OLE color: 7570177.
HSL color Cylindrical-coordinate representation of color #018373: hue angle of 172.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018373 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 115 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.49 |
| HSL | 172.62º | 0.98% | 0.26% | - |
| HSV(B) | 172.62º | 0.99% | 0.51% | - |
| XYZ | 11.22 | 17.48 | 19 | - |
| YUV | 90.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 115 | 0.99 | 0 | 0.12 | 0.49 | 172.62 | 0.98 | 0.26 |
| Hex | 1 | 83 | 73 | 63 | 0 | C | 31 | AD | 62 | 1A |
| Octal | 1 | 203 | 163 | 143 | 0 | 14 | 61 | 255 | 142 | 32 |
| Binary | 1 | 10000011 | 1110011 | 1100011 | 0 | 1100 | 110001 | 10101101 | 1100010 | 11010 |
Color Harmonies of #018373
Complementary color
Monochromatic Colors of #018373
Black with #018373
Text Example
Text Example
White with #018373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018373; }
p { color: rgb(1,131,115); }
H1.HeaderClassName
{
color: #018373;
}
.AnyTagClassName
{
color: #018373;
}
</style>
background-color css
<style>
a { background-color: #018373; }
a { background-color: rgb(1,131,115); }
div.DivClassName
{
background-color: #018373;
}
.BgClassName
{
background-color: #018373;
}
</style>
border-color css
<style>
span { border-color: #018373; }
span { border-color: rgb(1,131,115); }
td.TdClassName
{
border-color: #018373;
}
.TagClassName
{
border-color: #018373;
}
</style>