Shades of Pine Tree #051300
Tints of Pine Tree #051300
RGB
CMYK
RGB Variations
Color information
#051300 (or 0x051300) is known color: Pine Tree. HEX triplet: 05, 13 and 00. RGB value is (5,19,0). Sum of RGB (Red+Green+Blue) = 5+19+0=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 19 (7.81% from 255 or 79.17% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 19 - color contains mainly: green. Hex color #051300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051300 is #FAECFF. Grayscale: #0C0C0C. Windows color (decimal): -16444672 or 4869. OLE color: 4869.
HSL color Cylindrical-coordinate representation of color #051300: hue angle of 104.21º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #051300 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 19 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.93 |
| HSL | 104.21º | 1% | 0.04% | - |
| HSV(B) | 104.21º | 1% | 0.07% | - |
| XYZ | 0.3 | 0.5 | 0.08 | - |
| YUV | 12.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 0 | 0.74 | 0 | 1 | 0.93 | 104.21 | 1 | 0.04 |
| Hex | 5 | 13 | 0 | 4A | 0 | 64 | 5D | 68 | 64 | 4 |
| Octal | 5 | 23 | 0 | 112 | 0 | 144 | 135 | 150 | 144 | 4 |
| Binary | 101 | 10011 | 0 | 1001010 | 0 | 1100100 | 1011101 | 1101000 | 1100100 | 100 |
Color Harmonies of #051300
Complementary color
Monochromatic Colors of #051300
Black with #051300
Text Example
Text Example
White with #051300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051300; }
p { color: rgb(5,19,0); }
H1.HeaderClassName
{
color: #051300;
}
.AnyTagClassName
{
color: #051300;
}
</style>
background-color css
<style>
a { background-color: #051300; }
a { background-color: rgb(5,19,0); }
div.DivClassName
{
background-color: #051300;
}
.BgClassName
{
background-color: #051300;
}
</style>
border-color css
<style>
span { border-color: #051300; }
span { border-color: rgb(5,19,0); }
td.TdClassName
{
border-color: #051300;
}
.TagClassName
{
border-color: #051300;
}
</style>