Shades of Pine Tree #0C1806
Tints of Pine Tree #0C1806
RGB
CMYK
RGB Variations
Color information
#0C1806 (or 0x0C1806) is known color: Pine Tree. HEX triplet: 0C, 18 and 06. RGB value is (12,24,6). Sum of RGB (Red+Green+Blue) = 12+24+6=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1806 is #F3E7F9. Grayscale: #121212. Windows color (decimal): -15984634 or 399372. OLE color: 399372.
HSL color Cylindrical-coordinate representation of color #0C1806: hue angle of 100º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C1806 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 24 | 6 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.91 |
| HSL | 100º | 0.6% | 0.06% | - |
| HSV(B) | 100º | 0.75% | 0.09% | - |
| XYZ | 0.51 | 0.74 | 0.29 | - |
| YUV | 18.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 6 | 0.50 | 0 | 0.75 | 0.91 | 100 | 0.6 | 0.06 |
| Hex | C | 18 | 6 | 32 | 0 | 4B | 5B | 64 | 3C | 6 |
| Octal | 14 | 30 | 6 | 62 | 0 | 113 | 133 | 144 | 74 | 6 |
| Binary | 1100 | 11000 | 110 | 110010 | 0 | 1001011 | 1011011 | 1100100 | 111100 | 110 |
Color Harmonies of #0C1806
Complementary color
Monochromatic Colors of #0C1806
Black with #0C1806
Text Example
Text Example
White with #0C1806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1806; }
p { color: rgb(12,24,6); }
H1.HeaderClassName
{
color: #0C1806;
}
.AnyTagClassName
{
color: #0C1806;
}
</style>
background-color css
<style>
a { background-color: #0C1806; }
a { background-color: rgb(12,24,6); }
div.DivClassName
{
background-color: #0C1806;
}
.BgClassName
{
background-color: #0C1806;
}
</style>
border-color css
<style>
span { border-color: #0C1806; }
span { border-color: rgb(12,24,6); }
td.TdClassName
{
border-color: #0C1806;
}
.TagClassName
{
border-color: #0C1806;
}
</style>