Shades of Pine Tree #0A1D01
Tints of Pine Tree #0A1D01
RGB
CMYK
RGB Variations
Color information
#0A1D01 (or 0x0A1D01) is known color: Pine Tree. HEX triplet: 0A, 1D and 01. RGB value is (10,29,1). Sum of RGB (Red+Green+Blue) = 10+29+1=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 29 (11.72% from 255 or 72.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D01 is #F5E2FE. Grayscale: #141414. Windows color (decimal): -16114431 or 72970. OLE color: 72970.
HSL color Cylindrical-coordinate representation of color #0A1D01: hue angle of 100.71º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A1D01 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 29 | 1 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.89 |
| HSL | 100.71º | 0.93% | 0.06% | - |
| HSV(B) | 100.71º | 0.97% | 0.11% | - |
| XYZ | 0.57 | 0.95 | 0.18 | - |
| YUV | 20.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 1 | 0.66 | 0 | 0.97 | 0.89 | 100.71 | 0.93 | 0.06 |
| Hex | A | 1D | 1 | 42 | 0 | 61 | 59 | 65 | 5D | 6 |
| Octal | 12 | 35 | 1 | 102 | 0 | 141 | 131 | 145 | 135 | 6 |
| Binary | 1010 | 11101 | 1 | 1000010 | 0 | 1100001 | 1011001 | 1100101 | 1011101 | 110 |
Color Harmonies of #0A1D01
Complementary color
Monochromatic Colors of #0A1D01
Black with #0A1D01
Text Example
Text Example
White with #0A1D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D01; }
p { color: rgb(10,29,1); }
H1.HeaderClassName
{
color: #0A1D01;
}
.AnyTagClassName
{
color: #0A1D01;
}
</style>
background-color css
<style>
a { background-color: #0A1D01; }
a { background-color: rgb(10,29,1); }
div.DivClassName
{
background-color: #0A1D01;
}
.BgClassName
{
background-color: #0A1D01;
}
</style>
border-color css
<style>
span { border-color: #0A1D01; }
span { border-color: rgb(10,29,1); }
td.TdClassName
{
border-color: #0A1D01;
}
.TagClassName
{
border-color: #0A1D01;
}
</style>