Shades of Pine Tree #080E01
Tints of Pine Tree #080E01
RGB
CMYK
RGB Variations
Color information
#080E01 (or 0x080E01) is known color: Pine Tree. HEX triplet: 08, 0E and 01. RGB value is (8,14,1). Sum of RGB (Red+Green+Blue) = 8+14+1=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 14 (5.86% from 255 or 60.87% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 14 - color contains mainly: green. Hex color #080E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E01 is #F7F1FE. Grayscale: #0A0A0A. Windows color (decimal): -16249343 or 69128. OLE color: 69128.
HSL color Cylindrical-coordinate representation of color #080E01: hue angle of 87.69º 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 #080E01 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 14 | 1 | - |
CMYK | 0.43 | 0 | 0.93 | 0.95 |
HSL | 87.69º | 0.87% | 0.03% | - |
HSV(B) | 87.69º | 0.93% | 0.05% | - |
XYZ | 0.26 | 0.37 | 0.09 | - |
YUV | 10.72 | 122.51 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 14 | 1 | 0.43 | 0 | 0.93 | 0.95 | 87.69 | 0.87 | 0.03 |
Hex | 8 | E | 1 | 2B | 0 | 5D | 5F | 58 | 57 | 3 |
Octal | 10 | 16 | 1 | 53 | 0 | 135 | 137 | 130 | 127 | 3 |
Binary | 1000 | 1110 | 1 | 101011 | 0 | 1011101 | 1011111 | 1011000 | 1010111 | 11 |
Color Harmonies of #080E01
Complementary color
Monochromatic Colors of #080E01
Black with #080E01
Text Example
Text Example
White with #080E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E01; }
p { color: rgb(8,14,1); }
H1.HeaderClassName
{
color: #080E01;
}
.AnyTagClassName
{
color: #080E01;
}
</style>
background-color css
<style>
a { background-color: #080E01; }
a { background-color: rgb(8,14,1); }
div.DivClassName
{
background-color: #080E01;
}
.BgClassName
{
background-color: #080E01;
}
</style>
border-color css
<style>
span { border-color: #080E01; }
span { border-color: rgb(8,14,1); }
td.TdClassName
{
border-color: #080E01;
}
.TagClassName
{
border-color: #080E01;
}
</style>