Shades of Pine Tree #151813
Tints of Pine Tree #151813
RGB
CMYK
RGB Variations
Color information
#151813 (or 0x151813) is known color: Pine Tree. HEX triplet: 15, 18 and 13. RGB value is (21,24,19). Sum of RGB (Red+Green+Blue) = 21+24+19=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 24 - color contains mainly: green. Hex color #151813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151813 is #EAE7EC. Grayscale: #161616. Windows color (decimal): -15394797 or 1251349. OLE color: 1251349.
HSL color Cylindrical-coordinate representation of color #151813: hue angle of 96º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #151813 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
RGB | 21 | 24 | 19 | - |
CMYK | 0.13 | 0 | 0.21 | 0.91 |
HSL | 96º | 0.12% | 0.08% | - |
HSV(B) | 96º | 0.21% | 0.09% | - |
XYZ | 0.75 | 0.86 | 0.74 | - |
YUV | 22.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 24 | 19 | 0.13 | 0 | 0.21 | 0.91 | 96 | 0.12 | 0.08 |
Hex | 15 | 18 | 13 | D | 0 | 15 | 5B | 60 | C | 8 |
Octal | 25 | 30 | 23 | 15 | 0 | 25 | 133 | 140 | 14 | 10 |
Binary | 10101 | 11000 | 10011 | 1101 | 0 | 10101 | 1011011 | 1100000 | 1100 | 1000 |
Color Harmonies of #151813
Complementary color
Monochromatic Colors of #151813
Black with #151813
Text Example
Text Example
White with #151813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151813; }
p { color: rgb(21,24,19); }
H1.HeaderClassName
{
color: #151813;
}
.AnyTagClassName
{
color: #151813;
}
</style>
background-color css
<style>
a { background-color: #151813; }
a { background-color: rgb(21,24,19); }
div.DivClassName
{
background-color: #151813;
}
.BgClassName
{
background-color: #151813;
}
</style>
border-color css
<style>
span { border-color: #151813; }
span { border-color: rgb(21,24,19); }
td.TdClassName
{
border-color: #151813;
}
.TagClassName
{
border-color: #151813;
}
</style>