Shades of Pine Tree #0C1201
Tints of Pine Tree #0C1201
RGB
CMYK
RGB Variations
Color information
#0C1201 (or 0x0C1201) is known color: Pine Tree. HEX triplet: 0C, 12 and 01. RGB value is (12,18,1). Sum of RGB (Red+Green+Blue) = 12+18+1=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #0C1201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1201 is #F3EDFE. Grayscale: #0E0E0E. Windows color (decimal): -15986175 or 70156. OLE color: 70156.
HSL color Cylindrical-coordinate representation of color #0C1201: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1201 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 18 | 1 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.93 |
| HSL | 81.18º | 0.89% | 0.04% | - |
| HSV(B) | 81.18º | 0.94% | 0.07% | - |
| XYZ | 0.37 | 0.51 | 0.11 | - |
| YUV | 14.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 1 | 0.33 | 0 | 0.94 | 0.93 | 81.18 | 0.89 | 0.04 |
| Hex | C | 12 | 1 | 21 | 0 | 5E | 5D | 51 | 59 | 4 |
| Octal | 14 | 22 | 1 | 41 | 0 | 136 | 135 | 121 | 131 | 4 |
| Binary | 1100 | 10010 | 1 | 100001 | 0 | 1011110 | 1011101 | 1010001 | 1011001 | 100 |
Color Harmonies of #0C1201
Complementary color
Monochromatic Colors of #0C1201
Black with #0C1201
Text Example
Text Example
White with #0C1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1201; }
p { color: rgb(12,18,1); }
H1.HeaderClassName
{
color: #0C1201;
}
.AnyTagClassName
{
color: #0C1201;
}
</style>
background-color css
<style>
a { background-color: #0C1201; }
a { background-color: rgb(12,18,1); }
div.DivClassName
{
background-color: #0C1201;
}
.BgClassName
{
background-color: #0C1201;
}
</style>
border-color css
<style>
span { border-color: #0C1201; }
span { border-color: rgb(12,18,1); }
td.TdClassName
{
border-color: #0C1201;
}
.TagClassName
{
border-color: #0C1201;
}
</style>