Shades of Pine Tree #0C1105
Tints of Pine Tree #0C1105
RGB
CMYK
RGB Variations
Color information
#0C1105 (or 0x0C1105) is known color: Pine Tree. HEX triplet: 0C, 11 and 05. RGB value is (12,17,5). Sum of RGB (Red+Green+Blue) = 12+17+5=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #0C1105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1105 is #F3EEFA. Grayscale: #0E0E0E. Windows color (decimal): -15986427 or 332044. OLE color: 332044.
HSL color Cylindrical-coordinate representation of color #0C1105: hue angle of 85º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C1105 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 17 | 5 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.93 |
| HSL | 85º | 0.55% | 0.04% | - |
| HSV(B) | 85º | 0.71% | 0.07% | - |
| XYZ | 0.38 | 0.49 | 0.22 | - |
| YUV | 14.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 5 | 0.29 | 0 | 0.71 | 0.93 | 85 | 0.55 | 0.04 |
| Hex | C | 11 | 5 | 1D | 0 | 47 | 5D | 55 | 37 | 4 |
| Octal | 14 | 21 | 5 | 35 | 0 | 107 | 135 | 125 | 67 | 4 |
| Binary | 1100 | 10001 | 101 | 11101 | 0 | 1000111 | 1011101 | 1010101 | 110111 | 100 |
Color Harmonies of #0C1105
Complementary color
Monochromatic Colors of #0C1105
Black with #0C1105
Text Example
Text Example
White with #0C1105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1105; }
p { color: rgb(12,17,5); }
H1.HeaderClassName
{
color: #0C1105;
}
.AnyTagClassName
{
color: #0C1105;
}
</style>
background-color css
<style>
a { background-color: #0C1105; }
a { background-color: rgb(12,17,5); }
div.DivClassName
{
background-color: #0C1105;
}
.BgClassName
{
background-color: #0C1105;
}
</style>
border-color css
<style>
span { border-color: #0C1105; }
span { border-color: rgb(12,17,5); }
td.TdClassName
{
border-color: #0C1105;
}
.TagClassName
{
border-color: #0C1105;
}
</style>