Shades of Pine Green #018168
Tints of Pine Green #018168
RGB
CMYK
RGB Variations
Color information
#018168 (or 0x018168) is known color: Pine Green. HEX triplet: 01, 81 and 68. RGB value is (1,129,104). Sum of RGB (Red+Green+Blue) = 1+129+104=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #018168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018168 is #FE7E97. Grayscale: #575757. Windows color (decimal): -16678552 or 6848769. OLE color: 6848769.
HSL color Cylindrical-coordinate representation of color #018168: hue angle of 168.28º 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 #018168 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 104 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.49 |
| HSL | 168.28º | 0.98% | 0.25% | - |
| HSV(B) | 168.28º | 0.99% | 0.51% | - |
| XYZ | 10.36 | 16.71 | 15.78 | - |
| YUV | 87.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 104 | 0.99 | 0 | 0.19 | 0.49 | 168.28 | 0.98 | 0.25 |
| Hex | 1 | 81 | 68 | 63 | 0 | 13 | 31 | A8 | 62 | 19 |
| Octal | 1 | 201 | 150 | 143 | 0 | 23 | 61 | 250 | 142 | 31 |
| Binary | 1 | 10000001 | 1101000 | 1100011 | 0 | 10011 | 110001 | 10101000 | 1100010 | 11001 |
Color Harmonies of #018168
Complementary color
Monochromatic Colors of #018168
Black with #018168
Text Example
Text Example
White with #018168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018168; }
p { color: rgb(1,129,104); }
H1.HeaderClassName
{
color: #018168;
}
.AnyTagClassName
{
color: #018168;
}
</style>
background-color css
<style>
a { background-color: #018168; }
a { background-color: rgb(1,129,104); }
div.DivClassName
{
background-color: #018168;
}
.BgClassName
{
background-color: #018168;
}
</style>
border-color css
<style>
span { border-color: #018168; }
span { border-color: rgb(1,129,104); }
td.TdClassName
{
border-color: #018168;
}
.TagClassName
{
border-color: #018168;
}
</style>