Shades of Pine Tree #0A1602
Tints of Pine Tree #0A1602
RGB
CMYK
RGB Variations
Color information
#0A1602 (or 0x0A1602) is known color: Pine Tree. HEX triplet: 0A, 16 and 02. RGB value is (10,22,2). Sum of RGB (Red+Green+Blue) = 10+22+2=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 22 (8.98% from 255 or 64.71% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1602 is #F5E9FD. Grayscale: #101010. Windows color (decimal): -16116222 or 136714. OLE color: 136714.
HSL color Cylindrical-coordinate representation of color #0A1602: hue angle of 96º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1602 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 22 | 2 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.91 |
| HSL | 96º | 0.83% | 0.05% | - |
| HSV(B) | 96º | 0.91% | 0.09% | - |
| XYZ | 0.42 | 0.64 | 0.16 | - |
| YUV | 16.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 2 | 0.55 | 0 | 0.91 | 0.91 | 96 | 0.83 | 0.05 |
| Hex | A | 16 | 2 | 37 | 0 | 5B | 5B | 60 | 53 | 5 |
| Octal | 12 | 26 | 2 | 67 | 0 | 133 | 133 | 140 | 123 | 5 |
| Binary | 1010 | 10110 | 10 | 110111 | 0 | 1011011 | 1011011 | 1100000 | 1010011 | 101 |
Color Harmonies of #0A1602
Complementary color
Monochromatic Colors of #0A1602
Black with #0A1602
Text Example
Text Example
White with #0A1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1602; }
p { color: rgb(10,22,2); }
H1.HeaderClassName
{
color: #0A1602;
}
.AnyTagClassName
{
color: #0A1602;
}
</style>
background-color css
<style>
a { background-color: #0A1602; }
a { background-color: rgb(10,22,2); }
div.DivClassName
{
background-color: #0A1602;
}
.BgClassName
{
background-color: #0A1602;
}
</style>
border-color css
<style>
span { border-color: #0A1602; }
span { border-color: rgb(10,22,2); }
td.TdClassName
{
border-color: #0A1602;
}
.TagClassName
{
border-color: #0A1602;
}
</style>