Shades of Pine Tree #13170C
Tints of Pine Tree #13170C
RGB
CMYK
RGB Variations
Color information
#13170C (or 0x13170C) is known color: Pine Tree. HEX triplet: 13, 17 and 0C. RGB value is (19,23,12). Sum of RGB (Red+Green+Blue) = 19+23+12=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #13170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170C is #ECE8F3. Grayscale: #141414. Windows color (decimal): -15526132 or 792339. OLE color: 792339.
HSL color Cylindrical-coordinate representation of color #13170C: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #13170C is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 23 | 12 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.91 |
| HSL | 81.82º | 0.31% | 0.07% | - |
| HSV(B) | 81.82º | 0.48% | 0.09% | - |
| XYZ | 0.64 | 0.78 | 0.46 | - |
| YUV | 20.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 12 | 0.17 | 0 | 0.48 | 0.91 | 81.82 | 0.31 | 0.07 |
| Hex | 13 | 17 | C | 11 | 0 | 30 | 5B | 52 | 1F | 7 |
| Octal | 23 | 27 | 14 | 21 | 0 | 60 | 133 | 122 | 37 | 7 |
| Binary | 10011 | 10111 | 1100 | 10001 | 0 | 110000 | 1011011 | 1010010 | 11111 | 111 |
Color Harmonies of #13170C
Complementary color
Monochromatic Colors of #13170C
Black with #13170C
Text Example
Text Example
White with #13170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13170C; }
p { color: rgb(19,23,12); }
H1.HeaderClassName
{
color: #13170C;
}
.AnyTagClassName
{
color: #13170C;
}
</style>
background-color css
<style>
a { background-color: #13170C; }
a { background-color: rgb(19,23,12); }
div.DivClassName
{
background-color: #13170C;
}
.BgClassName
{
background-color: #13170C;
}
</style>
border-color css
<style>
span { border-color: #13170C; }
span { border-color: rgb(19,23,12); }
td.TdClassName
{
border-color: #13170C;
}
.TagClassName
{
border-color: #13170C;
}
</style>