Shades of Pine Tree #0A1903
Tints of Pine Tree #0A1903
RGB
CMYK
RGB Variations
Color information
#0A1903 (or 0x0A1903) is known color: Pine Tree. HEX triplet: 0A, 19 and 03. RGB value is (10,25,3). Sum of RGB (Red+Green+Blue) = 10+25+3=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 25 (10.16% from 255 or 65.79% from 38); Blue value is 3 (1.56% from 255 or 7.89% from 38); Max value from RGB is 25 - color contains mainly: green. Hex color #0A1903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1903 is #F5E6FC. Grayscale: #121212. Windows color (decimal): -16115453 or 203018. OLE color: 203018.
HSL color Cylindrical-coordinate representation of color #0A1903: hue angle of 100.91º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1903 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 25 | 3 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.90 |
| HSL | 100.91º | 0.79% | 0.05% | - |
| HSV(B) | 100.91º | 0.88% | 0.1% | - |
| XYZ | 0.49 | 0.77 | 0.21 | - |
| YUV | 18.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 3 | 0.60 | 0 | 0.88 | 0.90 | 100.91 | 0.79 | 0.05 |
| Hex | A | 19 | 3 | 3C | 0 | 58 | 5A | 65 | 4F | 5 |
| Octal | 12 | 31 | 3 | 74 | 0 | 130 | 132 | 145 | 117 | 5 |
| Binary | 1010 | 11001 | 11 | 111100 | 0 | 1011000 | 1011010 | 1100101 | 1001111 | 101 |
Color Harmonies of #0A1903
Complementary color
Monochromatic Colors of #0A1903
Black with #0A1903
Text Example
Text Example
White with #0A1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1903; }
p { color: rgb(10,25,3); }
H1.HeaderClassName
{
color: #0A1903;
}
.AnyTagClassName
{
color: #0A1903;
}
</style>
background-color css
<style>
a { background-color: #0A1903; }
a { background-color: rgb(10,25,3); }
div.DivClassName
{
background-color: #0A1903;
}
.BgClassName
{
background-color: #0A1903;
}
</style>
border-color css
<style>
span { border-color: #0A1903; }
span { border-color: rgb(10,25,3); }
td.TdClassName
{
border-color: #0A1903;
}
.TagClassName
{
border-color: #0A1903;
}
</style>