Shades of Pine Tree #13180E
Tints of Pine Tree #13180E
RGB
CMYK
RGB Variations
Color information
#13180E (or 0x13180E) is known color: Pine Tree. HEX triplet: 13, 18 and 0E. RGB value is (19,24,14). Sum of RGB (Red+Green+Blue) = 19+24+14=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #13180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13180E is #ECE7F1. Grayscale: #151515. Windows color (decimal): -15525874 or 923667. OLE color: 923667.
HSL color Cylindrical-coordinate representation of color #13180E: hue angle of 90º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #13180E is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
RGB | 19 | 24 | 14 | - |
CMYK | 0.21 | 0 | 0.42 | 0.91 |
HSL | 90º | 0.26% | 0.07% | - |
HSV(B) | 90º | 0.42% | 0.09% | - |
XYZ | 0.67 | 0.82 | 0.54 | - |
YUV | 21.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 24 | 14 | 0.21 | 0 | 0.42 | 0.91 | 90 | 0.26 | 0.07 |
Hex | 13 | 18 | E | 15 | 0 | 2A | 5B | 5A | 1A | 7 |
Octal | 23 | 30 | 16 | 25 | 0 | 52 | 133 | 132 | 32 | 7 |
Binary | 10011 | 11000 | 1110 | 10101 | 0 | 101010 | 1011011 | 1011010 | 11010 | 111 |
Color Harmonies of #13180E
Complementary color
Monochromatic Colors of #13180E
Black with #13180E
Text Example
Text Example
White with #13180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13180E; }
p { color: rgb(19,24,14); }
H1.HeaderClassName
{
color: #13180E;
}
.AnyTagClassName
{
color: #13180E;
}
</style>
background-color css
<style>
a { background-color: #13180E; }
a { background-color: rgb(19,24,14); }
div.DivClassName
{
background-color: #13180E;
}
.BgClassName
{
background-color: #13180E;
}
</style>
border-color css
<style>
span { border-color: #13180E; }
span { border-color: rgb(19,24,14); }
td.TdClassName
{
border-color: #13180E;
}
.TagClassName
{
border-color: #13180E;
}
</style>