Shades of Pine Tree #0A1005
Tints of Pine Tree #0A1005
RGB
CMYK
RGB Variations
Color information
#0A1005 (or 0x0A1005) is known color: Pine Tree. HEX triplet: 0A, 10 and 05. RGB value is (10,16,5). Sum of RGB (Red+Green+Blue) = 10+16+5=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #0A1005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1005 is #F5EFFA. Grayscale: #0C0C0C. Windows color (decimal): -16117755 or 331786. OLE color: 331786.
HSL color Cylindrical-coordinate representation of color #0A1005: hue angle of 92.73º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A1005 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 16 | 5 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.94 |
| HSL | 92.73º | 0.52% | 0.04% | - |
| HSV(B) | 92.73º | 0.69% | 0.06% | - |
| XYZ | 0.34 | 0.45 | 0.21 | - |
| YUV | 12.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 5 | 0.37 | 0 | 0.69 | 0.94 | 92.73 | 0.52 | 0.04 |
| Hex | A | 10 | 5 | 25 | 0 | 45 | 5E | 5D | 34 | 4 |
| Octal | 12 | 20 | 5 | 45 | 0 | 105 | 136 | 135 | 64 | 4 |
| Binary | 1010 | 10000 | 101 | 100101 | 0 | 1000101 | 1011110 | 1011101 | 110100 | 100 |
Color Harmonies of #0A1005
Complementary color
Monochromatic Colors of #0A1005
Black with #0A1005
Text Example
Text Example
White with #0A1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1005; }
p { color: rgb(10,16,5); }
H1.HeaderClassName
{
color: #0A1005;
}
.AnyTagClassName
{
color: #0A1005;
}
</style>
background-color css
<style>
a { background-color: #0A1005; }
a { background-color: rgb(10,16,5); }
div.DivClassName
{
background-color: #0A1005;
}
.BgClassName
{
background-color: #0A1005;
}
</style>
border-color css
<style>
span { border-color: #0A1005; }
span { border-color: rgb(10,16,5); }
td.TdClassName
{
border-color: #0A1005;
}
.TagClassName
{
border-color: #0A1005;
}
</style>