Shades of Pine Tree #0A1902
Tints of Pine Tree #0A1902
RGB
CMYK
RGB Variations
Color information
#0A1902 (or 0x0A1902) is known color: Pine Tree. HEX triplet: 0A, 19 and 02. RGB value is (10,25,2). Sum of RGB (Red+Green+Blue) = 10+25+2=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 25 (10.16% from 255 or 67.57% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 25 - color contains mainly: green. Hex color #0A1902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1902 is #F5E6FD. Grayscale: #111111. Windows color (decimal): -16115454 or 137482. OLE color: 137482.
HSL color Cylindrical-coordinate representation of color #0A1902: hue angle of 99.13º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1902 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 25 | 2 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.90 |
| HSL | 99.13º | 0.85% | 0.05% | - |
| HSV(B) | 99.13º | 0.92% | 0.1% | - |
| XYZ | 0.48 | 0.76 | 0.18 | - |
| YUV | 17.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 2 | 0.60 | 0 | 0.92 | 0.90 | 99.13 | 0.85 | 0.05 |
| Hex | A | 19 | 2 | 3C | 0 | 5C | 5A | 63 | 55 | 5 |
| Octal | 12 | 31 | 2 | 74 | 0 | 134 | 132 | 143 | 125 | 5 |
| Binary | 1010 | 11001 | 10 | 111100 | 0 | 1011100 | 1011010 | 1100011 | 1010101 | 101 |
Color Harmonies of #0A1902
Complementary color
Monochromatic Colors of #0A1902
Black with #0A1902
Text Example
Text Example
White with #0A1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1902; }
p { color: rgb(10,25,2); }
H1.HeaderClassName
{
color: #0A1902;
}
.AnyTagClassName
{
color: #0A1902;
}
</style>
background-color css
<style>
a { background-color: #0A1902; }
a { background-color: rgb(10,25,2); }
div.DivClassName
{
background-color: #0A1902;
}
.BgClassName
{
background-color: #0A1902;
}
</style>
border-color css
<style>
span { border-color: #0A1902; }
span { border-color: rgb(10,25,2); }
td.TdClassName
{
border-color: #0A1902;
}
.TagClassName
{
border-color: #0A1902;
}
</style>