Shades of Pine Tree #0A1A00
Tints of Pine Tree #0A1A00
RGB
CMYK
RGB Variations
Color information
#0A1A00 (or 0x0A1A00) is known color: Pine Tree. HEX triplet: 0A, 1A and 00. RGB value is (10,26,0). Sum of RGB (Red+Green+Blue) = 10+26+0=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 26 (10.55% from 255 or 72.22% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A00 is #F5E5FF. Grayscale: #121212. Windows color (decimal): -16115200 or 6666. OLE color: 6666.
HSL color Cylindrical-coordinate representation of color #0A1A00: hue angle of 96.92º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A1A00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 26 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.90 |
| HSL | 96.92º | 1% | 0.05% | - |
| HSV(B) | 96.92º | 1% | 0.1% | - |
| XYZ | 0.49 | 0.8 | 0.13 | - |
| YUV | 18.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 0 | 0.62 | 0 | 1 | 0.90 | 96.92 | 1 | 0.05 |
| Hex | A | 1A | 0 | 3E | 0 | 64 | 5A | 61 | 64 | 5 |
| Octal | 12 | 32 | 0 | 76 | 0 | 144 | 132 | 141 | 144 | 5 |
| Binary | 1010 | 11010 | 0 | 111110 | 0 | 1100100 | 1011010 | 1100001 | 1100100 | 101 |
Color Harmonies of #0A1A00
Complementary color
Monochromatic Colors of #0A1A00
Black with #0A1A00
Text Example
Text Example
White with #0A1A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A00; }
p { color: rgb(10,26,0); }
H1.HeaderClassName
{
color: #0A1A00;
}
.AnyTagClassName
{
color: #0A1A00;
}
</style>
background-color css
<style>
a { background-color: #0A1A00; }
a { background-color: rgb(10,26,0); }
div.DivClassName
{
background-color: #0A1A00;
}
.BgClassName
{
background-color: #0A1A00;
}
</style>
border-color css
<style>
span { border-color: #0A1A00; }
span { border-color: rgb(10,26,0); }
td.TdClassName
{
border-color: #0A1A00;
}
.TagClassName
{
border-color: #0A1A00;
}
</style>