Shades of Pine Tree #0C1409
Tints of Pine Tree #0C1409
RGB
CMYK
RGB Variations
Color information
#0C1409 (or 0x0C1409) is known color: Pine Tree. HEX triplet: 0C, 14 and 09. RGB value is (12,20,9). Sum of RGB (Red+Green+Blue) = 12+20+9=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1409 is #F3EBF6. Grayscale: #101010. Windows color (decimal): -15985655 or 594956. OLE color: 594956.
HSL color Cylindrical-coordinate representation of color #0C1409: hue angle of 103.64º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0C1409 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 20 | 9 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.92 |
| HSL | 103.64º | 0.38% | 0.06% | - |
| HSV(B) | 103.64º | 0.55% | 0.08% | - |
| XYZ | 0.45 | 0.6 | 0.35 | - |
| YUV | 16.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 9 | 0.40 | 0 | 0.55 | 0.92 | 103.64 | 0.38 | 0.06 |
| Hex | C | 14 | 9 | 28 | 0 | 37 | 5C | 68 | 26 | 6 |
| Octal | 14 | 24 | 11 | 50 | 0 | 67 | 134 | 150 | 46 | 6 |
| Binary | 1100 | 10100 | 1001 | 101000 | 0 | 110111 | 1011100 | 1101000 | 100110 | 110 |
Color Harmonies of #0C1409
Complementary color
Monochromatic Colors of #0C1409
Black with #0C1409
Text Example
Text Example
White with #0C1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1409; }
p { color: rgb(12,20,9); }
H1.HeaderClassName
{
color: #0C1409;
}
.AnyTagClassName
{
color: #0C1409;
}
</style>
background-color css
<style>
a { background-color: #0C1409; }
a { background-color: rgb(12,20,9); }
div.DivClassName
{
background-color: #0C1409;
}
.BgClassName
{
background-color: #0C1409;
}
</style>
border-color css
<style>
span { border-color: #0C1409; }
span { border-color: rgb(12,20,9); }
td.TdClassName
{
border-color: #0C1409;
}
.TagClassName
{
border-color: #0C1409;
}
</style>