Shades of Pine Tree #0C1300
Tints of Pine Tree #0C1300
RGB
CMYK
RGB Variations
Color information
#0C1300 (or 0x0C1300) is known color: Pine Tree. HEX triplet: 0C, 13 and 00. RGB value is (12,19,0). Sum of RGB (Red+Green+Blue) = 12+19+0=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #0C1300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1300 is #F3ECFF. Grayscale: #0E0E0E. Windows color (decimal): -15985920 or 4876. OLE color: 4876.
HSL color Cylindrical-coordinate representation of color #0C1300: hue angle of 82.11º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C1300 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 19 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.93 |
| HSL | 82.11º | 1% | 0.04% | - |
| HSV(B) | 82.11º | 1% | 0.07% | - |
| XYZ | 0.38 | 0.54 | 0.08 | - |
| YUV | 14.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 0 | 0.37 | 0 | 1 | 0.93 | 82.11 | 1 | 0.04 |
| Hex | C | 13 | 0 | 25 | 0 | 64 | 5D | 52 | 64 | 4 |
| Octal | 14 | 23 | 0 | 45 | 0 | 144 | 135 | 122 | 144 | 4 |
| Binary | 1100 | 10011 | 0 | 100101 | 0 | 1100100 | 1011101 | 1010010 | 1100100 | 100 |
Color Harmonies of #0C1300
Complementary color
Monochromatic Colors of #0C1300
Black with #0C1300
Text Example
Text Example
White with #0C1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1300; }
p { color: rgb(12,19,0); }
H1.HeaderClassName
{
color: #0C1300;
}
.AnyTagClassName
{
color: #0C1300;
}
</style>
background-color css
<style>
a { background-color: #0C1300; }
a { background-color: rgb(12,19,0); }
div.DivClassName
{
background-color: #0C1300;
}
.BgClassName
{
background-color: #0C1300;
}
</style>
border-color css
<style>
span { border-color: #0C1300; }
span { border-color: rgb(12,19,0); }
td.TdClassName
{
border-color: #0C1300;
}
.TagClassName
{
border-color: #0C1300;
}
</style>