Shades of Pine Tree #10120C
Tints of Pine Tree #10120C
RGB
CMYK
RGB Variations
Color information
#10120C (or 0x10120C) is known color: Pine Tree. HEX triplet: 10, 12 and 0C. RGB value is (16,18,12). Sum of RGB (Red+Green+Blue) = 16+18+12=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 18 - color contains mainly: green. Hex color #10120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10120C is #EFEDF3. Grayscale: #101010. Windows color (decimal): -15724020 or 791056. OLE color: 791056.
HSL color Cylindrical-coordinate representation of color #10120C: hue angle of 80º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #10120C is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
RGB | 16 | 18 | 12 | - |
CMYK | 0.11 | 0 | 0.33 | 0.93 |
HSL | 80º | 0.2% | 0.06% | - |
HSV(B) | 80º | 0.33% | 0.07% | - |
XYZ | 0.5 | 0.57 | 0.43 | - |
YUV | 16.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 18 | 12 | 0.11 | 0 | 0.33 | 0.93 | 80 | 0.2 | 0.06 |
Hex | 10 | 12 | C | B | 0 | 21 | 5D | 50 | 14 | 6 |
Octal | 20 | 22 | 14 | 13 | 0 | 41 | 135 | 120 | 24 | 6 |
Binary | 10000 | 10010 | 1100 | 1011 | 0 | 100001 | 1011101 | 1010000 | 10100 | 110 |
Color Harmonies of #10120C
Complementary color
Monochromatic Colors of #10120C
Black with #10120C
Text Example
Text Example
White with #10120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10120C; }
p { color: rgb(16,18,12); }
H1.HeaderClassName
{
color: #10120C;
}
.AnyTagClassName
{
color: #10120C;
}
</style>
background-color css
<style>
a { background-color: #10120C; }
a { background-color: rgb(16,18,12); }
div.DivClassName
{
background-color: #10120C;
}
.BgClassName
{
background-color: #10120C;
}
</style>
border-color css
<style>
span { border-color: #10120C; }
span { border-color: rgb(16,18,12); }
td.TdClassName
{
border-color: #10120C;
}
.TagClassName
{
border-color: #10120C;
}
</style>