Shades of Pine Tree #0A1305
Tints of Pine Tree #0A1305
RGB
CMYK
RGB Variations
Color information
#0A1305 (or 0x0A1305) is known color: Pine Tree. HEX triplet: 0A, 13 and 05. RGB value is (10,19,5). Sum of RGB (Red+Green+Blue) = 10+19+5=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1305 is #F5ECFA. Grayscale: #0E0E0E. Windows color (decimal): -16116987 or 332554. OLE color: 332554.
HSL color Cylindrical-coordinate representation of color #0A1305: hue angle of 98.57º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1305 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 19 | 5 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.93 |
| HSL | 98.57º | 0.58% | 0.05% | - |
| HSV(B) | 98.57º | 0.74% | 0.07% | - |
| XYZ | 0.39 | 0.54 | 0.23 | - |
| YUV | 14.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 5 | 0.47 | 0 | 0.74 | 0.93 | 98.57 | 0.58 | 0.05 |
| Hex | A | 13 | 5 | 2F | 0 | 4A | 5D | 63 | 3A | 5 |
| Octal | 12 | 23 | 5 | 57 | 0 | 112 | 135 | 143 | 72 | 5 |
| Binary | 1010 | 10011 | 101 | 101111 | 0 | 1001010 | 1011101 | 1100011 | 111010 | 101 |
Color Harmonies of #0A1305
Complementary color
Monochromatic Colors of #0A1305
Black with #0A1305
Text Example
Text Example
White with #0A1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1305; }
p { color: rgb(10,19,5); }
H1.HeaderClassName
{
color: #0A1305;
}
.AnyTagClassName
{
color: #0A1305;
}
</style>
background-color css
<style>
a { background-color: #0A1305; }
a { background-color: rgb(10,19,5); }
div.DivClassName
{
background-color: #0A1305;
}
.BgClassName
{
background-color: #0A1305;
}
</style>
border-color css
<style>
span { border-color: #0A1305; }
span { border-color: rgb(10,19,5); }
td.TdClassName
{
border-color: #0A1305;
}
.TagClassName
{
border-color: #0A1305;
}
</style>