Shades of Pine Tree #10160C
Tints of Pine Tree #10160C
RGB
CMYK
RGB Variations
Color information
#10160C (or 0x10160C) is known color: Pine Tree. HEX triplet: 10, 16 and 0C. RGB value is (16,22,12). Sum of RGB (Red+Green+Blue) = 16+22+12=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #10160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10160C is #EFE9F3. Grayscale: #131313. Windows color (decimal): -15722996 or 792080. OLE color: 792080.
HSL color Cylindrical-coordinate representation of color #10160C: hue angle of 96º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #10160C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 22 | 12 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.91 |
| HSL | 96º | 0.29% | 0.07% | - |
| HSV(B) | 96º | 0.45% | 0.09% | - |
| XYZ | 0.57 | 0.71 | 0.46 | - |
| YUV | 19.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 12 | 0.27 | 0 | 0.45 | 0.91 | 96 | 0.29 | 0.07 |
| Hex | 10 | 16 | C | 1B | 0 | 2D | 5B | 60 | 1D | 7 |
| Octal | 20 | 26 | 14 | 33 | 0 | 55 | 133 | 140 | 35 | 7 |
| Binary | 10000 | 10110 | 1100 | 11011 | 0 | 101101 | 1011011 | 1100000 | 11101 | 111 |
Color Harmonies of #10160C
Complementary color
Monochromatic Colors of #10160C
Black with #10160C
Text Example
Text Example
White with #10160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10160C; }
p { color: rgb(16,22,12); }
H1.HeaderClassName
{
color: #10160C;
}
.AnyTagClassName
{
color: #10160C;
}
</style>
background-color css
<style>
a { background-color: #10160C; }
a { background-color: rgb(16,22,12); }
div.DivClassName
{
background-color: #10160C;
}
.BgClassName
{
background-color: #10160C;
}
</style>
border-color css
<style>
span { border-color: #10160C; }
span { border-color: rgb(16,22,12); }
td.TdClassName
{
border-color: #10160C;
}
.TagClassName
{
border-color: #10160C;
}
</style>