Shades of Pine Tree #050B03
Tints of Pine Tree #050B03
RGB
CMYK
RGB Variations
Color information
#050B03 (or 0x050B03) is known color: Pine Tree. HEX triplet: 05, 0B and 03. RGB value is (5,11,3). Sum of RGB (Red+Green+Blue) = 5+11+3=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 11 (4.69% from 255 or 57.89% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 11 - color contains mainly: green. Hex color #050B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B03 is #FAF4FC. Grayscale: #080808. Windows color (decimal): -16446717 or 199429. OLE color: 199429.
HSL color Cylindrical-coordinate representation of color #050B03: hue angle of 105º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #050B03 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 11 | 3 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.96 |
| HSL | 105º | 0.57% | 0.03% | - |
| HSV(B) | 105º | 0.73% | 0.04% | - |
| XYZ | 0.2 | 0.28 | 0.13 | - |
| YUV | 8.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 3 | 0.55 | 0 | 0.73 | 0.96 | 105 | 0.57 | 0.03 |
| Hex | 5 | B | 3 | 37 | 0 | 49 | 60 | 69 | 39 | 3 |
| Octal | 5 | 13 | 3 | 67 | 0 | 111 | 140 | 151 | 71 | 3 |
| Binary | 101 | 1011 | 11 | 110111 | 0 | 1001001 | 1100000 | 1101001 | 111001 | 11 |
Color Harmonies of #050B03
Complementary color
Monochromatic Colors of #050B03
Black with #050B03
Text Example
Text Example
White with #050B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B03; }
p { color: rgb(5,11,3); }
H1.HeaderClassName
{
color: #050B03;
}
.AnyTagClassName
{
color: #050B03;
}
</style>
background-color css
<style>
a { background-color: #050B03; }
a { background-color: rgb(5,11,3); }
div.DivClassName
{
background-color: #050B03;
}
.BgClassName
{
background-color: #050B03;
}
</style>
border-color css
<style>
span { border-color: #050B03; }
span { border-color: rgb(5,11,3); }
td.TdClassName
{
border-color: #050B03;
}
.TagClassName
{
border-color: #050B03;
}
</style>