Shades of Pine Green #018169
Tints of Pine Green #018169
RGB
CMYK
RGB Variations
Color information
#018169 (or 0x018169) is known color: Pine Green. HEX triplet: 01, 81 and 69. RGB value is (1,129,105). Sum of RGB (Red+Green+Blue) = 1+129+105=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #018169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018169 is #FE7E96. Grayscale: #575757. Windows color (decimal): -16678551 or 6914305. OLE color: 6914305.
HSL color Cylindrical-coordinate representation of color #018169: hue angle of 168.75º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018169 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 105 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.49 |
| HSL | 168.75º | 0.98% | 0.25% | - |
| HSV(B) | 168.75º | 0.99% | 0.51% | - |
| XYZ | 10.41 | 16.73 | 16.04 | - |
| YUV | 87.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 105 | 0.99 | 0 | 0.19 | 0.49 | 168.75 | 0.98 | 0.25 |
| Hex | 1 | 81 | 69 | 63 | 0 | 13 | 31 | A9 | 62 | 19 |
| Octal | 1 | 201 | 151 | 143 | 0 | 23 | 61 | 251 | 142 | 31 |
| Binary | 1 | 10000001 | 1101001 | 1100011 | 0 | 10011 | 110001 | 10101001 | 1100010 | 11001 |
Color Harmonies of #018169
Complementary color
Monochromatic Colors of #018169
Black with #018169
Text Example
Text Example
White with #018169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018169; }
p { color: rgb(1,129,105); }
H1.HeaderClassName
{
color: #018169;
}
.AnyTagClassName
{
color: #018169;
}
</style>
background-color css
<style>
a { background-color: #018169; }
a { background-color: rgb(1,129,105); }
div.DivClassName
{
background-color: #018169;
}
.BgClassName
{
background-color: #018169;
}
</style>
border-color css
<style>
span { border-color: #018169; }
span { border-color: rgb(1,129,105); }
td.TdClassName
{
border-color: #018169;
}
.TagClassName
{
border-color: #018169;
}
</style>