Shades of Pine Tree #0C1600
Tints of Pine Tree #0C1600
RGB
CMYK
RGB Variations
Color information
#0C1600 (or 0x0C1600) is known color: Pine Tree. HEX triplet: 0C, 16 and 00. RGB value is (12,22,0). Sum of RGB (Red+Green+Blue) = 12+22+0=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 22 (8.98% from 255 or 64.71% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1600 is #F3E9FF. Grayscale: #101010. Windows color (decimal): -15985152 or 5644. OLE color: 5644.
HSL color Cylindrical-coordinate representation of color #0C1600: hue angle of 87.27º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C1600 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 22 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.91 |
| HSL | 87.27º | 1% | 0.04% | - |
| HSV(B) | 87.27º | 1% | 0.09% | - |
| XYZ | 0.44 | 0.65 | 0.1 | - |
| YUV | 16.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 0 | 0.45 | 0 | 1 | 0.91 | 87.27 | 1 | 0.04 |
| Hex | C | 16 | 0 | 2D | 0 | 64 | 5B | 57 | 64 | 4 |
| Octal | 14 | 26 | 0 | 55 | 0 | 144 | 133 | 127 | 144 | 4 |
| Binary | 1100 | 10110 | 0 | 101101 | 0 | 1100100 | 1011011 | 1010111 | 1100100 | 100 |
Color Harmonies of #0C1600
Complementary color
Monochromatic Colors of #0C1600
Black with #0C1600
Text Example
Text Example
White with #0C1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1600; }
p { color: rgb(12,22,0); }
H1.HeaderClassName
{
color: #0C1600;
}
.AnyTagClassName
{
color: #0C1600;
}
</style>
background-color css
<style>
a { background-color: #0C1600; }
a { background-color: rgb(12,22,0); }
div.DivClassName
{
background-color: #0C1600;
}
.BgClassName
{
background-color: #0C1600;
}
</style>
border-color css
<style>
span { border-color: #0C1600; }
span { border-color: rgb(12,22,0); }
td.TdClassName
{
border-color: #0C1600;
}
.TagClassName
{
border-color: #0C1600;
}
</style>