Shades of Pine Tree #050B01
Tints of Pine Tree #050B01
RGB
CMYK
RGB Variations
Color information
#050B01 (or 0x050B01) is known color: Pine Tree. HEX triplet: 05, 0B and 01. RGB value is (5,11,1). Sum of RGB (Red+Green+Blue) = 5+11+1=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 11 (4.69% from 255 or 64.71% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 11 - color contains mainly: green. Hex color #050B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B01 is #FAF4FE. Grayscale: #080808. Windows color (decimal): -16446719 or 68357. OLE color: 68357.
HSL color Cylindrical-coordinate representation of color #050B01: hue angle of 96º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050B01 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 11 | 1 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.96 |
| HSL | 96º | 0.83% | 0.02% | - |
| HSV(B) | 96º | 0.91% | 0.04% | - |
| XYZ | 0.19 | 0.27 | 0.07 | - |
| YUV | 8.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 1 | 0.55 | 0 | 0.91 | 0.96 | 96 | 0.83 | 0.02 |
| Hex | 5 | B | 1 | 37 | 0 | 5B | 60 | 60 | 53 | 2 |
| Octal | 5 | 13 | 1 | 67 | 0 | 133 | 140 | 140 | 123 | 2 |
| Binary | 101 | 1011 | 1 | 110111 | 0 | 1011011 | 1100000 | 1100000 | 1010011 | 10 |
Color Harmonies of #050B01
Complementary color
Monochromatic Colors of #050B01
Black with #050B01
Text Example
Text Example
White with #050B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B01; }
p { color: rgb(5,11,1); }
H1.HeaderClassName
{
color: #050B01;
}
.AnyTagClassName
{
color: #050B01;
}
</style>
background-color css
<style>
a { background-color: #050B01; }
a { background-color: rgb(5,11,1); }
div.DivClassName
{
background-color: #050B01;
}
.BgClassName
{
background-color: #050B01;
}
</style>
border-color css
<style>
span { border-color: #050B01; }
span { border-color: rgb(5,11,1); }
td.TdClassName
{
border-color: #050B01;
}
.TagClassName
{
border-color: #050B01;
}
</style>