Shades of Pine Tree #0A1202
Tints of Pine Tree #0A1202
RGB
CMYK
RGB Variations
Color information
#0A1202 (or 0x0A1202) is known color: Pine Tree. HEX triplet: 0A, 12 and 02. RGB value is (10,18,2). Sum of RGB (Red+Green+Blue) = 10+18+2=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #0A1202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1202 is #F5EDFD. Grayscale: #0D0D0D. Windows color (decimal): -16117246 or 135690. OLE color: 135690.
HSL color Cylindrical-coordinate representation of color #0A1202: hue angle of 90º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A1202 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 18 | 2 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.93 |
| HSL | 90º | 0.8% | 0.04% | - |
| HSV(B) | 90º | 0.89% | 0.07% | - |
| XYZ | 0.35 | 0.5 | 0.14 | - |
| YUV | 13.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 2 | 0.44 | 0 | 0.89 | 0.93 | 90 | 0.8 | 0.04 |
| Hex | A | 12 | 2 | 2C | 0 | 59 | 5D | 5A | 50 | 4 |
| Octal | 12 | 22 | 2 | 54 | 0 | 131 | 135 | 132 | 120 | 4 |
| Binary | 1010 | 10010 | 10 | 101100 | 0 | 1011001 | 1011101 | 1011010 | 1010000 | 100 |
Color Harmonies of #0A1202
Complementary color
Monochromatic Colors of #0A1202
Black with #0A1202
Text Example
Text Example
White with #0A1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1202; }
p { color: rgb(10,18,2); }
H1.HeaderClassName
{
color: #0A1202;
}
.AnyTagClassName
{
color: #0A1202;
}
</style>
background-color css
<style>
a { background-color: #0A1202; }
a { background-color: rgb(10,18,2); }
div.DivClassName
{
background-color: #0A1202;
}
.BgClassName
{
background-color: #0A1202;
}
</style>
border-color css
<style>
span { border-color: #0A1202; }
span { border-color: rgb(10,18,2); }
td.TdClassName
{
border-color: #0A1202;
}
.TagClassName
{
border-color: #0A1202;
}
</style>