Shades of Pine Tree #0C1509
Tints of Pine Tree #0C1509
RGB
CMYK
RGB Variations
Color information
#0C1509 (or 0x0C1509) is known color: Pine Tree. HEX triplet: 0C, 15 and 09. RGB value is (12,21,9). Sum of RGB (Red+Green+Blue) = 12+21+9=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1509 is #F3EAF6. Grayscale: #101010. Windows color (decimal): -15985399 or 595212. OLE color: 595212.
HSL color Cylindrical-coordinate representation of color #0C1509: hue angle of 105º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C1509 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 21 | 9 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.92 |
| HSL | 105º | 0.4% | 0.06% | - |
| HSV(B) | 105º | 0.57% | 0.08% | - |
| XYZ | 0.47 | 0.63 | 0.36 | - |
| YUV | 16.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 9 | 0.43 | 0 | 0.57 | 0.92 | 105 | 0.4 | 0.06 |
| Hex | C | 15 | 9 | 2B | 0 | 39 | 5C | 69 | 28 | 6 |
| Octal | 14 | 25 | 11 | 53 | 0 | 71 | 134 | 151 | 50 | 6 |
| Binary | 1100 | 10101 | 1001 | 101011 | 0 | 111001 | 1011100 | 1101001 | 101000 | 110 |
Color Harmonies of #0C1509
Complementary color
Monochromatic Colors of #0C1509
Black with #0C1509
Text Example
Text Example
White with #0C1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1509; }
p { color: rgb(12,21,9); }
H1.HeaderClassName
{
color: #0C1509;
}
.AnyTagClassName
{
color: #0C1509;
}
</style>
background-color css
<style>
a { background-color: #0C1509; }
a { background-color: rgb(12,21,9); }
div.DivClassName
{
background-color: #0C1509;
}
.BgClassName
{
background-color: #0C1509;
}
</style>
border-color css
<style>
span { border-color: #0C1509; }
span { border-color: rgb(12,21,9); }
td.TdClassName
{
border-color: #0C1509;
}
.TagClassName
{
border-color: #0C1509;
}
</style>