Shades of Pine Tree #0A1402
Tints of Pine Tree #0A1402
RGB
CMYK
RGB Variations
Color information
#0A1402 (or 0x0A1402) is known color: Pine Tree. HEX triplet: 0A, 14 and 02. RGB value is (10,20,2). Sum of RGB (Red+Green+Blue) = 10+20+2=32 (4% of max value = 765). Red value is 10 (4.30% from 255 or 31.25% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1402 is #F5EBFD. Grayscale: #0F0F0F. Windows color (decimal): -16116734 or 136202. OLE color: 136202.
HSL color Cylindrical-coordinate representation of color #0A1402: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1402 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 20 | 2 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.92 |
| HSL | 93.33º | 0.82% | 0.04% | - |
| HSV(B) | 93.33º | 0.9% | 0.08% | - |
| XYZ | 0.39 | 0.57 | 0.15 | - |
| YUV | 14.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 2 | 0.50 | 0 | 0.90 | 0.92 | 93.33 | 0.82 | 0.04 |
| Hex | A | 14 | 2 | 32 | 0 | 5A | 5C | 5D | 52 | 4 |
| Octal | 12 | 24 | 2 | 62 | 0 | 132 | 134 | 135 | 122 | 4 |
| Binary | 1010 | 10100 | 10 | 110010 | 0 | 1011010 | 1011100 | 1011101 | 1010010 | 100 |
Color Harmonies of #0A1402
Complementary color
Monochromatic Colors of #0A1402
Black with #0A1402
Text Example
Text Example
White with #0A1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1402; }
p { color: rgb(10,20,2); }
H1.HeaderClassName
{
color: #0A1402;
}
.AnyTagClassName
{
color: #0A1402;
}
</style>
background-color css
<style>
a { background-color: #0A1402; }
a { background-color: rgb(10,20,2); }
div.DivClassName
{
background-color: #0A1402;
}
.BgClassName
{
background-color: #0A1402;
}
</style>
border-color css
<style>
span { border-color: #0A1402; }
span { border-color: rgb(10,20,2); }
td.TdClassName
{
border-color: #0A1402;
}
.TagClassName
{
border-color: #0A1402;
}
</style>