Shades of Pine Tree #13180D
Tints of Pine Tree #13180D
RGB
CMYK
RGB Variations
Color information
#13180D (or 0x13180D) is known color: Pine Tree. HEX triplet: 13, 18 and 0D. RGB value is (19,24,13). Sum of RGB (Red+Green+Blue) = 19+24+13=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #13180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13180D is #ECE7F2. Grayscale: #151515. Windows color (decimal): -15525875 or 858131. OLE color: 858131.
HSL color Cylindrical-coordinate representation of color #13180D: hue angle of 87.27º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #13180D is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 24 | 13 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.91 |
| HSL | 87.27º | 0.3% | 0.07% | - |
| HSV(B) | 87.27º | 0.46% | 0.09% | - |
| XYZ | 0.67 | 0.82 | 0.5 | - |
| YUV | 21.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 13 | 0.21 | 0 | 0.46 | 0.91 | 87.27 | 0.3 | 0.07 |
| Hex | 13 | 18 | D | 15 | 0 | 2E | 5B | 57 | 1E | 7 |
| Octal | 23 | 30 | 15 | 25 | 0 | 56 | 133 | 127 | 36 | 7 |
| Binary | 10011 | 11000 | 1101 | 10101 | 0 | 101110 | 1011011 | 1010111 | 11110 | 111 |
Color Harmonies of #13180D
Complementary color
Monochromatic Colors of #13180D
Black with #13180D
Text Example
Text Example
White with #13180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13180D; }
p { color: rgb(19,24,13); }
H1.HeaderClassName
{
color: #13180D;
}
.AnyTagClassName
{
color: #13180D;
}
</style>
background-color css
<style>
a { background-color: #13180D; }
a { background-color: rgb(19,24,13); }
div.DivClassName
{
background-color: #13180D;
}
.BgClassName
{
background-color: #13180D;
}
</style>
border-color css
<style>
span { border-color: #13180D; }
span { border-color: rgb(19,24,13); }
td.TdClassName
{
border-color: #13180D;
}
.TagClassName
{
border-color: #13180D;
}
</style>