Shades of Pine Tree #050E00
Tints of Pine Tree #050E00
RGB
CMYK
RGB Variations
Color information
#050E00 (or 0x050E00) is known color: Pine Tree. HEX triplet: 05, 0E and 00. RGB value is (5,14,0). Sum of RGB (Red+Green+Blue) = 5+14+0=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 14 (5.86% from 255 or 73.68% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 14 - color contains mainly: green. Hex color #050E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E00 is #FAF1FF. Grayscale: #090909. Windows color (decimal): -16445952 or 3589. OLE color: 3589.
HSL color Cylindrical-coordinate representation of color #050E00: hue angle of 98.57º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050E00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
RGB | 5 | 14 | 0 | - |
CMYK | 0.64 | 0 | 1 | 0.95 |
HSL | 98.57º | 1% | 0.03% | - |
HSV(B) | 98.57º | 1% | 0.05% | - |
XYZ | 0.22 | 0.35 | 0.06 | - |
YUV | 9.71 | 122.52 | 124.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 14 | 0 | 0.64 | 0 | 1 | 0.95 | 98.57 | 1 | 0.03 |
Hex | 5 | E | 0 | 40 | 0 | 64 | 5F | 63 | 64 | 3 |
Octal | 5 | 16 | 0 | 100 | 0 | 144 | 137 | 143 | 144 | 3 |
Binary | 101 | 1110 | 0 | 1000000 | 0 | 1100100 | 1011111 | 1100011 | 1100100 | 11 |
Color Harmonies of #050E00
Complementary color
Monochromatic Colors of #050E00
Black with #050E00
Text Example
Text Example
White with #050E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E00; }
p { color: rgb(5,14,0); }
H1.HeaderClassName
{
color: #050E00;
}
.AnyTagClassName
{
color: #050E00;
}
</style>
background-color css
<style>
a { background-color: #050E00; }
a { background-color: rgb(5,14,0); }
div.DivClassName
{
background-color: #050E00;
}
.BgClassName
{
background-color: #050E00;
}
</style>
border-color css
<style>
span { border-color: #050E00; }
span { border-color: rgb(5,14,0); }
td.TdClassName
{
border-color: #050E00;
}
.TagClassName
{
border-color: #050E00;
}
</style>