Shades of Pine Tree #0A1201
Tints of Pine Tree #0A1201
RGB
CMYK
RGB Variations
Color information
#0A1201 (or 0x0A1201) is known color: Pine Tree. HEX triplet: 0A, 12 and 01. RGB value is (10,18,1). Sum of RGB (Red+Green+Blue) = 10+18+1=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #0A1201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1201 is #F5EDFE. Grayscale: #0D0D0D. Windows color (decimal): -16117247 or 70154. OLE color: 70154.
HSL color Cylindrical-coordinate representation of color #0A1201: hue angle of 88.24º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1201 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 18 | 1 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.93 |
| HSL | 88.24º | 0.89% | 0.04% | - |
| HSV(B) | 88.24º | 0.94% | 0.07% | - |
| XYZ | 0.35 | 0.5 | 0.11 | - |
| YUV | 13.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 1 | 0.44 | 0 | 0.94 | 0.93 | 88.24 | 0.89 | 0.04 |
| Hex | A | 12 | 1 | 2C | 0 | 5E | 5D | 58 | 59 | 4 |
| Octal | 12 | 22 | 1 | 54 | 0 | 136 | 135 | 130 | 131 | 4 |
| Binary | 1010 | 10010 | 1 | 101100 | 0 | 1011110 | 1011101 | 1011000 | 1011001 | 100 |
Color Harmonies of #0A1201
Complementary color
Monochromatic Colors of #0A1201
Black with #0A1201
Text Example
Text Example
White with #0A1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1201; }
p { color: rgb(10,18,1); }
H1.HeaderClassName
{
color: #0A1201;
}
.AnyTagClassName
{
color: #0A1201;
}
</style>
background-color css
<style>
a { background-color: #0A1201; }
a { background-color: rgb(10,18,1); }
div.DivClassName
{
background-color: #0A1201;
}
.BgClassName
{
background-color: #0A1201;
}
</style>
border-color css
<style>
span { border-color: #0A1201; }
span { border-color: rgb(10,18,1); }
td.TdClassName
{
border-color: #0A1201;
}
.TagClassName
{
border-color: #0A1201;
}
</style>