Shades of Pine Tree #0C0F0A
Tints of Pine Tree #0C0F0A
RGB
CMYK
RGB Variations
Color information
#0C0F0A (or 0x0C0F0A) is known color: Pine Tree. HEX triplet: 0C, 0F and 0A. RGB value is (12,15,10). Sum of RGB (Red+Green+Blue) = 12+15+10=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F0A is #F3F0F5. Grayscale: #0D0D0D. Windows color (decimal): -15986934 or 659212. OLE color: 659212.
HSL color Cylindrical-coordinate representation of color #0C0F0A: hue angle of 96º degrees, saturation: 0.2, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C0F0A is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 15 | 10 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.94 |
| HSL | 96º | 0.2% | 0.05% | - |
| HSV(B) | 96º | 0.33% | 0.06% | - |
| XYZ | 0.38 | 0.44 | 0.35 | - |
| YUV | 13.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 10 | 0.20 | 0 | 0.33 | 0.94 | 96 | 0.2 | 0.05 |
| Hex | C | F | A | 14 | 0 | 21 | 5E | 60 | 14 | 5 |
| Octal | 14 | 17 | 12 | 24 | 0 | 41 | 136 | 140 | 24 | 5 |
| Binary | 1100 | 1111 | 1010 | 10100 | 0 | 100001 | 1011110 | 1100000 | 10100 | 101 |
Color Harmonies of #0C0F0A
Complementary color
Monochromatic Colors of #0C0F0A
Black with #0C0F0A
Text Example
Text Example
White with #0C0F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F0A; }
p { color: rgb(12,15,10); }
H1.HeaderClassName
{
color: #0C0F0A;
}
.AnyTagClassName
{
color: #0C0F0A;
}
</style>
background-color css
<style>
a { background-color: #0C0F0A; }
a { background-color: rgb(12,15,10); }
div.DivClassName
{
background-color: #0C0F0A;
}
.BgClassName
{
background-color: #0C0F0A;
}
</style>
border-color css
<style>
span { border-color: #0C0F0A; }
span { border-color: rgb(12,15,10); }
td.TdClassName
{
border-color: #0C0F0A;
}
.TagClassName
{
border-color: #0C0F0A;
}
</style>