Shades of Pine Tree #0C1200
Tints of Pine Tree #0C1200
RGB
CMYK
RGB Variations
Color information
#0C1200 (or 0x0C1200) is known color: Pine Tree. HEX triplet: 0C, 12 and 00. RGB value is (12,18,0). Sum of RGB (Red+Green+Blue) = 12+18+0=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #0C1200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1200 is #F3EDFF. Grayscale: #0E0E0E. Windows color (decimal): -15986176 or 4620. OLE color: 4620.
HSL color Cylindrical-coordinate representation of color #0C1200: hue angle of 80º 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 #0C1200 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 18 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.93 |
| HSL | 80º | 1% | 0.04% | - |
| HSV(B) | 80º | 1% | 0.07% | - |
| XYZ | 0.37 | 0.51 | 0.08 | - |
| YUV | 14.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 0 | 0.33 | 0 | 1 | 0.93 | 80 | 1 | 0.04 |
| Hex | C | 12 | 0 | 21 | 0 | 64 | 5D | 50 | 64 | 4 |
| Octal | 14 | 22 | 0 | 41 | 0 | 144 | 135 | 120 | 144 | 4 |
| Binary | 1100 | 10010 | 0 | 100001 | 0 | 1100100 | 1011101 | 1010000 | 1100100 | 100 |
Color Harmonies of #0C1200
Complementary color
Monochromatic Colors of #0C1200
Black with #0C1200
Text Example
Text Example
White with #0C1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1200; }
p { color: rgb(12,18,0); }
H1.HeaderClassName
{
color: #0C1200;
}
.AnyTagClassName
{
color: #0C1200;
}
</style>
background-color css
<style>
a { background-color: #0C1200; }
a { background-color: rgb(12,18,0); }
div.DivClassName
{
background-color: #0C1200;
}
.BgClassName
{
background-color: #0C1200;
}
</style>
border-color css
<style>
span { border-color: #0C1200; }
span { border-color: rgb(12,18,0); }
td.TdClassName
{
border-color: #0C1200;
}
.TagClassName
{
border-color: #0C1200;
}
</style>