Shades of Pine Tree #0C1508
Tints of Pine Tree #0C1508
RGB
CMYK
RGB Variations
Color information
#0C1508 (or 0x0C1508) is known color: Pine Tree. HEX triplet: 0C, 15 and 08. RGB value is (12,21,8). Sum of RGB (Red+Green+Blue) = 12+21+8=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1508 is #F3EAF7. Grayscale: #101010. Windows color (decimal): -15985400 or 529676. OLE color: 529676.
HSL color Cylindrical-coordinate representation of color #0C1508: hue angle of 101.54º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C1508 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 21 | 8 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.92 |
| HSL | 101.54º | 0.45% | 0.06% | - |
| HSV(B) | 101.54º | 0.62% | 0.08% | - |
| XYZ | 0.46 | 0.63 | 0.33 | - |
| YUV | 16.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 8 | 0.43 | 0 | 0.62 | 0.92 | 101.54 | 0.45 | 0.06 |
| Hex | C | 15 | 8 | 2B | 0 | 3E | 5C | 66 | 2D | 6 |
| Octal | 14 | 25 | 10 | 53 | 0 | 76 | 134 | 146 | 55 | 6 |
| Binary | 1100 | 10101 | 1000 | 101011 | 0 | 111110 | 1011100 | 1100110 | 101101 | 110 |
Color Harmonies of #0C1508
Complementary color
Monochromatic Colors of #0C1508
Black with #0C1508
Text Example
Text Example
White with #0C1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1508; }
p { color: rgb(12,21,8); }
H1.HeaderClassName
{
color: #0C1508;
}
.AnyTagClassName
{
color: #0C1508;
}
</style>
background-color css
<style>
a { background-color: #0C1508; }
a { background-color: rgb(12,21,8); }
div.DivClassName
{
background-color: #0C1508;
}
.BgClassName
{
background-color: #0C1508;
}
</style>
border-color css
<style>
span { border-color: #0C1508; }
span { border-color: rgb(12,21,8); }
td.TdClassName
{
border-color: #0C1508;
}
.TagClassName
{
border-color: #0C1508;
}
</style>