Shades of Pine Tree #0A1900
Tints of Pine Tree #0A1900
RGB
CMYK
RGB Variations
Color information
#0A1900 (or 0x0A1900) is known color: Pine Tree. HEX triplet: 0A, 19 and 00. RGB value is (10,25,0). Sum of RGB (Red+Green+Blue) = 10+25+0=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 25 (10.16% from 255 or 71.43% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 25 - color contains mainly: green. Hex color #0A1900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1900 is #F5E6FF. Grayscale: #111111. Windows color (decimal): -16115456 or 6410. OLE color: 6410.
HSL color Cylindrical-coordinate representation of color #0A1900: hue angle of 96º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A1900 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 25 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.90 |
| HSL | 96º | 1% | 0.05% | - |
| HSV(B) | 96º | 1% | 0.1% | - |
| XYZ | 0.47 | 0.76 | 0.12 | - |
| YUV | 17.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 0 | 0.60 | 0 | 1 | 0.90 | 96 | 1 | 0.05 |
| Hex | A | 19 | 0 | 3C | 0 | 64 | 5A | 60 | 64 | 5 |
| Octal | 12 | 31 | 0 | 74 | 0 | 144 | 132 | 140 | 144 | 5 |
| Binary | 1010 | 11001 | 0 | 111100 | 0 | 1100100 | 1011010 | 1100000 | 1100100 | 101 |
Color Harmonies of #0A1900
Complementary color
Monochromatic Colors of #0A1900
Black with #0A1900
Text Example
Text Example
White with #0A1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1900; }
p { color: rgb(10,25,0); }
H1.HeaderClassName
{
color: #0A1900;
}
.AnyTagClassName
{
color: #0A1900;
}
</style>
background-color css
<style>
a { background-color: #0A1900; }
a { background-color: rgb(10,25,0); }
div.DivClassName
{
background-color: #0A1900;
}
.BgClassName
{
background-color: #0A1900;
}
</style>
border-color css
<style>
span { border-color: #0A1900; }
span { border-color: rgb(10,25,0); }
td.TdClassName
{
border-color: #0A1900;
}
.TagClassName
{
border-color: #0A1900;
}
</style>