Shades of Pine Tree #101509
Tints of Pine Tree #101509
RGB
CMYK
RGB Variations
Color information
#101509 (or 0x101509) is known color: Pine Tree. HEX triplet: 10, 15 and 09. RGB value is (16,21,9). Sum of RGB (Red+Green+Blue) = 16+21+9=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #101509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101509 is #EFEAF6. Grayscale: #121212. Windows color (decimal): -15723255 or 595216. OLE color: 595216.
HSL color Cylindrical-coordinate representation of color #101509: hue angle of 85º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #101509 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 21 | 9 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.92 |
| HSL | 85º | 0.4% | 0.06% | - |
| HSV(B) | 85º | 0.57% | 0.08% | - |
| XYZ | 0.53 | 0.67 | 0.36 | - |
| YUV | 18.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 9 | 0.24 | 0 | 0.57 | 0.92 | 85 | 0.4 | 0.06 |
| Hex | 10 | 15 | 9 | 18 | 0 | 39 | 5C | 55 | 28 | 6 |
| Octal | 20 | 25 | 11 | 30 | 0 | 71 | 134 | 125 | 50 | 6 |
| Binary | 10000 | 10101 | 1001 | 11000 | 0 | 111001 | 1011100 | 1010101 | 101000 | 110 |
Color Harmonies of #101509
Complementary color
Monochromatic Colors of #101509
Black with #101509
Text Example
Text Example
White with #101509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101509; }
p { color: rgb(16,21,9); }
H1.HeaderClassName
{
color: #101509;
}
.AnyTagClassName
{
color: #101509;
}
</style>
background-color css
<style>
a { background-color: #101509; }
a { background-color: rgb(16,21,9); }
div.DivClassName
{
background-color: #101509;
}
.BgClassName
{
background-color: #101509;
}
</style>
border-color css
<style>
span { border-color: #101509; }
span { border-color: rgb(16,21,9); }
td.TdClassName
{
border-color: #101509;
}
.TagClassName
{
border-color: #101509;
}
</style>