Shades of Pine Tree #050E01
Tints of Pine Tree #050E01
RGB
CMYK
RGB Variations
Color information
#050E01 (or 0x050E01) is known color: Pine Tree. HEX triplet: 05, 0E and 01. RGB value is (5,14,1). Sum of RGB (Red+Green+Blue) = 5+14+1=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 14 (5.86% from 255 or 70% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 14 - color contains mainly: green. Hex color #050E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E01 is #FAF1FE. Grayscale: #090909. Windows color (decimal): -16445951 or 69125. OLE color: 69125.
HSL color Cylindrical-coordinate representation of color #050E01: hue angle of 101.54º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050E01 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 14 | 1 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.95 |
| HSL | 101.54º | 0.87% | 0.03% | - |
| HSV(B) | 101.54º | 0.93% | 0.05% | - |
| XYZ | 0.23 | 0.35 | 0.08 | - |
| YUV | 9.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 1 | 0.64 | 0 | 0.93 | 0.95 | 101.54 | 0.87 | 0.03 |
| Hex | 5 | E | 1 | 40 | 0 | 5D | 5F | 66 | 57 | 3 |
| Octal | 5 | 16 | 1 | 100 | 0 | 135 | 137 | 146 | 127 | 3 |
| Binary | 101 | 1110 | 1 | 1000000 | 0 | 1011101 | 1011111 | 1100110 | 1010111 | 11 |
Color Harmonies of #050E01
Complementary color
Monochromatic Colors of #050E01
Black with #050E01
Text Example
Text Example
White with #050E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E01; }
p { color: rgb(5,14,1); }
H1.HeaderClassName
{
color: #050E01;
}
.AnyTagClassName
{
color: #050E01;
}
</style>
background-color css
<style>
a { background-color: #050E01; }
a { background-color: rgb(5,14,1); }
div.DivClassName
{
background-color: #050E01;
}
.BgClassName
{
background-color: #050E01;
}
</style>
border-color css
<style>
span { border-color: #050E01; }
span { border-color: rgb(5,14,1); }
td.TdClassName
{
border-color: #050E01;
}
.TagClassName
{
border-color: #050E01;
}
</style>