Shades of Pine Tree #0C100A
Tints of Pine Tree #0C100A
RGB
CMYK
RGB Variations
Color information
#0C100A (or 0x0C100A) is known color: Pine Tree. HEX triplet: 0C, 10 and 0A. RGB value is (12,16,10). Sum of RGB (Red+Green+Blue) = 12+16+10=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 16 - color contains mainly: green. Hex color #0C100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C100A is #F3EFF5. Grayscale: #0E0E0E. Windows color (decimal): -15986678 or 659468. OLE color: 659468.
HSL color Cylindrical-coordinate representation of color #0C100A: hue angle of 100º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0C100A is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 16 | 10 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.94 |
| HSL | 100º | 0.23% | 0.05% | - |
| HSV(B) | 100º | 0.38% | 0.06% | - |
| XYZ | 0.39 | 0.47 | 0.36 | - |
| YUV | 14.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 10 | 0.25 | 0 | 0.37 | 0.94 | 100 | 0.23 | 0.05 |
| Hex | C | 10 | A | 19 | 0 | 25 | 5E | 64 | 17 | 5 |
| Octal | 14 | 20 | 12 | 31 | 0 | 45 | 136 | 144 | 27 | 5 |
| Binary | 1100 | 10000 | 1010 | 11001 | 0 | 100101 | 1011110 | 1100100 | 10111 | 101 |
Color Harmonies of #0C100A
Complementary color
Monochromatic Colors of #0C100A
Black with #0C100A
Text Example
Text Example
White with #0C100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C100A; }
p { color: rgb(12,16,10); }
H1.HeaderClassName
{
color: #0C100A;
}
.AnyTagClassName
{
color: #0C100A;
}
</style>
background-color css
<style>
a { background-color: #0C100A; }
a { background-color: rgb(12,16,10); }
div.DivClassName
{
background-color: #0C100A;
}
.BgClassName
{
background-color: #0C100A;
}
</style>
border-color css
<style>
span { border-color: #0C100A; }
span { border-color: rgb(12,16,10); }
td.TdClassName
{
border-color: #0C100A;
}
.TagClassName
{
border-color: #0C100A;
}
</style>