Shades of Pine Tree #0A0F06
Tints of Pine Tree #0A0F06
RGB
CMYK
RGB Variations
Color information
#0A0F06 (or 0x0A0F06) is known color: Pine Tree. HEX triplet: 0A, 0F and 06. RGB value is (10,15,6). Sum of RGB (Red+Green+Blue) = 10+15+6=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 15 (6.25% from 255 or 48.39% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 15 - color contains mainly: green. Hex color #0A0F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F06 is #F5F0F9. Grayscale: #0C0C0C. Windows color (decimal): -16118010 or 397066. OLE color: 397066.
HSL color Cylindrical-coordinate representation of color #0A0F06: hue angle of 93.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A0F06 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 15 | 6 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.94 |
| HSL | 93.33º | 0.43% | 0.04% | - |
| HSV(B) | 93.33º | 0.6% | 0.06% | - |
| XYZ | 0.33 | 0.42 | 0.24 | - |
| YUV | 12.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 6 | 0.33 | 0 | 0.60 | 0.94 | 93.33 | 0.43 | 0.04 |
| Hex | A | F | 6 | 21 | 0 | 3C | 5E | 5D | 2B | 4 |
| Octal | 12 | 17 | 6 | 41 | 0 | 74 | 136 | 135 | 53 | 4 |
| Binary | 1010 | 1111 | 110 | 100001 | 0 | 111100 | 1011110 | 1011101 | 101011 | 100 |
Color Harmonies of #0A0F06
Complementary color
Monochromatic Colors of #0A0F06
Black with #0A0F06
Text Example
Text Example
White with #0A0F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F06; }
p { color: rgb(10,15,6); }
H1.HeaderClassName
{
color: #0A0F06;
}
.AnyTagClassName
{
color: #0A0F06;
}
</style>
background-color css
<style>
a { background-color: #0A0F06; }
a { background-color: rgb(10,15,6); }
div.DivClassName
{
background-color: #0A0F06;
}
.BgClassName
{
background-color: #0A0F06;
}
</style>
border-color css
<style>
span { border-color: #0A0F06; }
span { border-color: rgb(10,15,6); }
td.TdClassName
{
border-color: #0A0F06;
}
.TagClassName
{
border-color: #0A0F06;
}
</style>