Shades of Pine Tree #050F01
Tints of Pine Tree #050F01
RGB
CMYK
RGB Variations
Color information
#050F01 (or 0x050F01) is known color: Pine Tree. HEX triplet: 05, 0F and 01. RGB value is (5,15,1). Sum of RGB (Red+Green+Blue) = 5+15+1=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 15 (6.25% from 255 or 71.43% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 15 - color contains mainly: green. Hex color #050F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F01 is #FAF0FE. Grayscale: #0A0A0A. Windows color (decimal): -16445695 or 69381. OLE color: 69381.
HSL color Cylindrical-coordinate representation of color #050F01: hue angle of 102.86º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050F01 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 5 | 15 | 1 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.94 |
| HSL | 102.86º | 0.88% | 0.03% | - |
| HSV(B) | 102.86º | 0.93% | 0.06% | - |
| XYZ | 0.24 | 0.38 | 0.09 | - |
| YUV | 10.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 1 | 0.67 | 0 | 0.93 | 0.94 | 102.86 | 0.88 | 0.03 |
| Hex | 5 | F | 1 | 43 | 0 | 5D | 5E | 67 | 58 | 3 |
| Octal | 5 | 17 | 1 | 103 | 0 | 135 | 136 | 147 | 130 | 3 |
| Binary | 101 | 1111 | 1 | 1000011 | 0 | 1011101 | 1011110 | 1100111 | 1011000 | 11 |
Color Harmonies of #050F01
Complementary color
Monochromatic Colors of #050F01
Black with #050F01
Text Example
Text Example
White with #050F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F01; }
p { color: rgb(5,15,1); }
H1.HeaderClassName
{
color: #050F01;
}
.AnyTagClassName
{
color: #050F01;
}
</style>
background-color css
<style>
a { background-color: #050F01; }
a { background-color: rgb(5,15,1); }
div.DivClassName
{
background-color: #050F01;
}
.BgClassName
{
background-color: #050F01;
}
</style>
border-color css
<style>
span { border-color: #050F01; }
span { border-color: rgb(5,15,1); }
td.TdClassName
{
border-color: #050F01;
}
.TagClassName
{
border-color: #050F01;
}
</style>