Shades of Pine Tree #0C1009
Tints of Pine Tree #0C1009
RGB
CMYK
RGB Variations
Color information
#0C1009 (or 0x0C1009) is known color: Pine Tree. HEX triplet: 0C, 10 and 09. RGB value is (12,16,9). Sum of RGB (Red+Green+Blue) = 12+16+9=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 16 - color contains mainly: green. Hex color #0C1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1009 is #F3EFF6. Grayscale: #0E0E0E. Windows color (decimal): -15986679 or 593932. OLE color: 593932.
HSL color Cylindrical-coordinate representation of color #0C1009: hue angle of 94.29º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0C1009 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 16 | 9 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.94 |
| HSL | 94.29º | 0.28% | 0.05% | - |
| HSV(B) | 94.29º | 0.44% | 0.06% | - |
| XYZ | 0.39 | 0.47 | 0.33 | - |
| YUV | 14.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 9 | 0.25 | 0 | 0.44 | 0.94 | 94.29 | 0.28 | 0.05 |
| Hex | C | 10 | 9 | 19 | 0 | 2C | 5E | 5E | 1C | 5 |
| Octal | 14 | 20 | 11 | 31 | 0 | 54 | 136 | 136 | 34 | 5 |
| Binary | 1100 | 10000 | 1001 | 11001 | 0 | 101100 | 1011110 | 1011110 | 11100 | 101 |
Color Harmonies of #0C1009
Complementary color
Monochromatic Colors of #0C1009
Black with #0C1009
Text Example
Text Example
White with #0C1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1009; }
p { color: rgb(12,16,9); }
H1.HeaderClassName
{
color: #0C1009;
}
.AnyTagClassName
{
color: #0C1009;
}
</style>
background-color css
<style>
a { background-color: #0C1009; }
a { background-color: rgb(12,16,9); }
div.DivClassName
{
background-color: #0C1009;
}
.BgClassName
{
background-color: #0C1009;
}
</style>
border-color css
<style>
span { border-color: #0C1009; }
span { border-color: rgb(12,16,9); }
td.TdClassName
{
border-color: #0C1009;
}
.TagClassName
{
border-color: #0C1009;
}
</style>