Shades of Pine Tree #051001
Tints of Pine Tree #051001
RGB
CMYK
RGB Variations
Color information
#051001 (or 0x051001) is known color: Pine Tree. HEX triplet: 05, 10 and 01. RGB value is (5,16,1). Sum of RGB (Red+Green+Blue) = 5+16+1=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #051001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051001 is #FAEFFE. Grayscale: #0B0B0B. Windows color (decimal): -16445439 or 69637. OLE color: 69637.
HSL color Cylindrical-coordinate representation of color #051001: hue angle of 104º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051001 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 16 | 1 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.94 |
| HSL | 104º | 0.88% | 0.03% | - |
| HSV(B) | 104º | 0.94% | 0.06% | - |
| XYZ | 0.25 | 0.41 | 0.09 | - |
| YUV | 11 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 1 | 0.69 | 0 | 0.94 | 0.94 | 104 | 0.88 | 0.03 |
| Hex | 5 | 10 | 1 | 45 | 0 | 5E | 5E | 68 | 58 | 3 |
| Octal | 5 | 20 | 1 | 105 | 0 | 136 | 136 | 150 | 130 | 3 |
| Binary | 101 | 10000 | 1 | 1000101 | 0 | 1011110 | 1011110 | 1101000 | 1011000 | 11 |
Color Harmonies of #051001
Complementary color
Monochromatic Colors of #051001
Black with #051001
Text Example
Text Example
White with #051001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051001; }
p { color: rgb(5,16,1); }
H1.HeaderClassName
{
color: #051001;
}
.AnyTagClassName
{
color: #051001;
}
</style>
background-color css
<style>
a { background-color: #051001; }
a { background-color: rgb(5,16,1); }
div.DivClassName
{
background-color: #051001;
}
.BgClassName
{
background-color: #051001;
}
</style>
border-color css
<style>
span { border-color: #051001; }
span { border-color: rgb(5,16,1); }
td.TdClassName
{
border-color: #051001;
}
.TagClassName
{
border-color: #051001;
}
</style>