Shades of Pine Tree #050703
Tints of Pine Tree #050703
RGB
CMYK
RGB Variations
Color information
#050703 (or 0x050703) is known color: Pine Tree. HEX triplet: 05, 07 and 03. RGB value is (5,7,3). Sum of RGB (Red+Green+Blue) = 5+7+3=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 3 (1.56% from 255 or 20% from 15); Max value from RGB is 7 - color contains mainly: green. Hex color #050703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050703 is #FAF8FC. Grayscale: #050505. Windows color (decimal): -16447741 or 198405. OLE color: 198405.
HSL color Cylindrical-coordinate representation of color #050703: hue angle of 90º degrees, saturation: 0.4, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #050703 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 5 | 7 | 3 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.97 |
| HSL | 90º | 0.4% | 0.02% | - |
| HSV(B) | 90º | 0.57% | 0.03% | - |
| XYZ | 0.16 | 0.19 | 0.11 | - |
| YUV | 5.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 3 | 0.29 | 0 | 0.57 | 0.97 | 90 | 0.4 | 0.02 |
| Hex | 5 | 7 | 3 | 1D | 0 | 39 | 61 | 5A | 28 | 2 |
| Octal | 5 | 7 | 3 | 35 | 0 | 71 | 141 | 132 | 50 | 2 |
| Binary | 101 | 111 | 11 | 11101 | 0 | 111001 | 1100001 | 1011010 | 101000 | 10 |
Color Harmonies of #050703
Complementary color
Monochromatic Colors of #050703
Black with #050703
Text Example
Text Example
White with #050703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050703; }
p { color: rgb(5,7,3); }
H1.HeaderClassName
{
color: #050703;
}
.AnyTagClassName
{
color: #050703;
}
</style>
background-color css
<style>
a { background-color: #050703; }
a { background-color: rgb(5,7,3); }
div.DivClassName
{
background-color: #050703;
}
.BgClassName
{
background-color: #050703;
}
</style>
border-color css
<style>
span { border-color: #050703; }
span { border-color: rgb(5,7,3); }
td.TdClassName
{
border-color: #050703;
}
.TagClassName
{
border-color: #050703;
}
</style>