Shades of Pine Tree #0C0F05
Tints of Pine Tree #0C0F05
RGB
CMYK
RGB Variations
Color information
#0C0F05 (or 0x0C0F05) is known color: Pine Tree. HEX triplet: 0C, 0F and 05. RGB value is (12,15,5). Sum of RGB (Red+Green+Blue) = 12+15+5=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 15 - color contains mainly: green. Hex color #0C0F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F05 is #F3F0FA. Grayscale: #0D0D0D. Windows color (decimal): -15986939 or 331532. OLE color: 331532.
HSL color Cylindrical-coordinate representation of color #0C0F05: hue angle of 78º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C0F05 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 15 | 5 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.94 |
| HSL | 78º | 0.5% | 0.04% | - |
| HSV(B) | 78º | 0.67% | 0.06% | - |
| XYZ | 0.35 | 0.43 | 0.21 | - |
| YUV | 12.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 5 | 0.20 | 0 | 0.67 | 0.94 | 78 | 0.5 | 0.04 |
| Hex | C | F | 5 | 14 | 0 | 43 | 5E | 4E | 32 | 4 |
| Octal | 14 | 17 | 5 | 24 | 0 | 103 | 136 | 116 | 62 | 4 |
| Binary | 1100 | 1111 | 101 | 10100 | 0 | 1000011 | 1011110 | 1001110 | 110010 | 100 |
Color Harmonies of #0C0F05
Complementary color
Monochromatic Colors of #0C0F05
Black with #0C0F05
Text Example
Text Example
White with #0C0F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F05; }
p { color: rgb(12,15,5); }
H1.HeaderClassName
{
color: #0C0F05;
}
.AnyTagClassName
{
color: #0C0F05;
}
</style>
background-color css
<style>
a { background-color: #0C0F05; }
a { background-color: rgb(12,15,5); }
div.DivClassName
{
background-color: #0C0F05;
}
.BgClassName
{
background-color: #0C0F05;
}
</style>
border-color css
<style>
span { border-color: #0C0F05; }
span { border-color: rgb(12,15,5); }
td.TdClassName
{
border-color: #0C0F05;
}
.TagClassName
{
border-color: #0C0F05;
}
</style>