Shades of Pine Tree #080E04
Tints of Pine Tree #080E04
RGB
CMYK
RGB Variations
Color information
#080E04 (or 0x080E04) is known color: Pine Tree. HEX triplet: 08, 0E and 04. RGB value is (8,14,4). Sum of RGB (Red+Green+Blue) = 8+14+4=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #080E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E04 is #F7F1FB. Grayscale: #0B0B0B. Windows color (decimal): -16249340 or 265736. OLE color: 265736.
HSL color Cylindrical-coordinate representation of color #080E04: hue angle of 96º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #080E04 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 14 | 4 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.95 |
| HSL | 96º | 0.56% | 0.04% | - |
| HSV(B) | 96º | 0.71% | 0.05% | - |
| XYZ | 0.28 | 0.37 | 0.17 | - |
| YUV | 11.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 4 | 0.43 | 0 | 0.71 | 0.95 | 96 | 0.56 | 0.04 |
| Hex | 8 | E | 4 | 2B | 0 | 47 | 5F | 60 | 38 | 4 |
| Octal | 10 | 16 | 4 | 53 | 0 | 107 | 137 | 140 | 70 | 4 |
| Binary | 1000 | 1110 | 100 | 101011 | 0 | 1000111 | 1011111 | 1100000 | 111000 | 100 |
Color Harmonies of #080E04
Complementary color
Monochromatic Colors of #080E04
Black with #080E04
Text Example
Text Example
White with #080E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E04; }
p { color: rgb(8,14,4); }
H1.HeaderClassName
{
color: #080E04;
}
.AnyTagClassName
{
color: #080E04;
}
</style>
background-color css
<style>
a { background-color: #080E04; }
a { background-color: rgb(8,14,4); }
div.DivClassName
{
background-color: #080E04;
}
.BgClassName
{
background-color: #080E04;
}
</style>
border-color css
<style>
span { border-color: #080E04; }
span { border-color: rgb(8,14,4); }
td.TdClassName
{
border-color: #080E04;
}
.TagClassName
{
border-color: #080E04;
}
</style>