Shades of Pine Tree #171A13
Tints of Pine Tree #171A13
RGB
CMYK
RGB Variations
Color information
#171A13 (or 0x171A13) is known color: Pine Tree. HEX triplet: 17, 1A and 13. RGB value is (23,26,19). Sum of RGB (Red+Green+Blue) = 23+26+19=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 26 - color contains mainly: green. Hex color #171A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171A13 is #E8E5EC. Grayscale: #181818. Windows color (decimal): -15263213 or 1251863. OLE color: 1251863.
HSL color Cylindrical-coordinate representation of color #171A13: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #171A13 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 26 | 19 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.90 |
| HSL | 85.71º | 0.16% | 0.09% | - |
| HSV(B) | 85.71º | 0.27% | 0.1% | - |
| XYZ | 0.84 | 0.97 | 0.76 | - |
| YUV | 24.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 19 | 0.12 | 0 | 0.27 | 0.90 | 85.71 | 0.16 | 0.09 |
| Hex | 17 | 1A | 13 | C | 0 | 1B | 5A | 56 | 10 | 9 |
| Octal | 27 | 32 | 23 | 14 | 0 | 33 | 132 | 126 | 20 | 11 |
| Binary | 10111 | 11010 | 10011 | 1100 | 0 | 11011 | 1011010 | 1010110 | 10000 | 1001 |
Color Harmonies of #171A13
Complementary color
Monochromatic Colors of #171A13
Black with #171A13
Text Example
Text Example
White with #171A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171A13; }
p { color: rgb(23,26,19); }
H1.HeaderClassName
{
color: #171A13;
}
.AnyTagClassName
{
color: #171A13;
}
</style>
background-color css
<style>
a { background-color: #171A13; }
a { background-color: rgb(23,26,19); }
div.DivClassName
{
background-color: #171A13;
}
.BgClassName
{
background-color: #171A13;
}
</style>
border-color css
<style>
span { border-color: #171A13; }
span { border-color: rgb(23,26,19); }
td.TdClassName
{
border-color: #171A13;
}
.TagClassName
{
border-color: #171A13;
}
</style>