Shades of Pine Tree #0A1A01
Tints of Pine Tree #0A1A01
RGB
CMYK
RGB Variations
Color information
#0A1A01 (or 0x0A1A01) is known color: Pine Tree. HEX triplet: 0A, 1A and 01. RGB value is (10,26,1). Sum of RGB (Red+Green+Blue) = 10+26+1=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 26 (10.55% from 255 or 70.27% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A01 is #F5E5FE. Grayscale: #121212. Windows color (decimal): -16115199 or 72202. OLE color: 72202.
HSL color Cylindrical-coordinate representation of color #0A1A01: hue angle of 98.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A1A01 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 26 | 1 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.90 |
| HSL | 98.4º | 0.93% | 0.05% | - |
| HSV(B) | 98.4º | 0.96% | 0.1% | - |
| XYZ | 0.5 | 0.81 | 0.16 | - |
| YUV | 18.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 1 | 0.62 | 0 | 0.96 | 0.90 | 98.4 | 0.93 | 0.05 |
| Hex | A | 1A | 1 | 3E | 0 | 60 | 5A | 62 | 5D | 5 |
| Octal | 12 | 32 | 1 | 76 | 0 | 140 | 132 | 142 | 135 | 5 |
| Binary | 1010 | 11010 | 1 | 111110 | 0 | 1100000 | 1011010 | 1100010 | 1011101 | 101 |
Color Harmonies of #0A1A01
Complementary color
Monochromatic Colors of #0A1A01
Black with #0A1A01
Text Example
Text Example
White with #0A1A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A01; }
p { color: rgb(10,26,1); }
H1.HeaderClassName
{
color: #0A1A01;
}
.AnyTagClassName
{
color: #0A1A01;
}
</style>
background-color css
<style>
a { background-color: #0A1A01; }
a { background-color: rgb(10,26,1); }
div.DivClassName
{
background-color: #0A1A01;
}
.BgClassName
{
background-color: #0A1A01;
}
</style>
border-color css
<style>
span { border-color: #0A1A01; }
span { border-color: rgb(10,26,1); }
td.TdClassName
{
border-color: #0A1A01;
}
.TagClassName
{
border-color: #0A1A01;
}
</style>