Shades of Pine Tree #010500
Tints of Pine Tree #010500
RGB
CMYK
RGB Variations
Color information
#010500 (or 0x010500) is known color: Pine Tree. HEX triplet: 01, 05 and 00. RGB value is (1,5,0). Sum of RGB (Red+Green+Blue) = 1+5+0=6 (0% of max value = 765). Red value is 1 (0.78% from 255 or 16.67% from 6); Green value is 5 (2.34% from 255 or 83.33% from 6); Blue value is 0 (0.39% from 255 or 0% from 6); Max value from RGB is 5 - color contains mainly: green. Hex color #010500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010500 is #FEFAFF. Grayscale: #030303. Windows color (decimal): -16710400 or 1281. OLE color: 1281.
HSL color Cylindrical-coordinate representation of color #010500: hue angle of 108º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010500 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 1 | 5 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.98 |
| HSL | 108º | 1% | 0.01% | - |
| HSV(B) | 108º | 1% | 0.02% | - |
| XYZ | 0.07 | 0.11 | 0.02 | - |
| YUV | 3.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 0 | 0.80 | 0 | 1 | 0.98 | 108 | 1 | 0.01 |
| Hex | 1 | 5 | 0 | 50 | 0 | 64 | 62 | 6C | 64 | 1 |
| Octal | 1 | 5 | 0 | 120 | 0 | 144 | 142 | 154 | 144 | 1 |
| Binary | 1 | 101 | 0 | 1010000 | 0 | 1100100 | 1100010 | 1101100 | 1100100 | 1 |
Color Harmonies of #010500
Complementary color
Monochromatic Colors of #010500
Black with #010500
Text Example
Text Example
White with #010500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010500; }
p { color: rgb(1,5,0); }
H1.HeaderClassName
{
color: #010500;
}
.AnyTagClassName
{
color: #010500;
}
</style>
background-color css
<style>
a { background-color: #010500; }
a { background-color: rgb(1,5,0); }
div.DivClassName
{
background-color: #010500;
}
.BgClassName
{
background-color: #010500;
}
</style>
border-color css
<style>
span { border-color: #010500; }
span { border-color: rgb(1,5,0); }
td.TdClassName
{
border-color: #010500;
}
.TagClassName
{
border-color: #010500;
}
</style>