Shades of Pine Tree #080F05
Tints of Pine Tree #080F05
RGB
CMYK
RGB Variations
Color information
#080F05 (or 0x080F05) is known color: Pine Tree. HEX triplet: 08, 0F and 05. RGB value is (8,15,5). Sum of RGB (Red+Green+Blue) = 8+15+5=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #080F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F05 is #F7F0FA. Grayscale: #0B0B0B. Windows color (decimal): -16249083 or 331528. OLE color: 331528.
HSL color Cylindrical-coordinate representation of color #080F05: hue angle of 102º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080F05 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
RGB | 8 | 15 | 5 | - |
CMYK | 0.47 | 0 | 0.67 | 0.94 |
HSL | 102º | 0.5% | 0.04% | - |
HSV(B) | 102º | 0.67% | 0.06% | - |
XYZ | 0.3 | 0.4 | 0.21 | - |
YUV | 11.77 | 124.18 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 15 | 5 | 0.47 | 0 | 0.67 | 0.94 | 102 | 0.5 | 0.04 |
Hex | 8 | F | 5 | 2F | 0 | 43 | 5E | 66 | 32 | 4 |
Octal | 10 | 17 | 5 | 57 | 0 | 103 | 136 | 146 | 62 | 4 |
Binary | 1000 | 1111 | 101 | 101111 | 0 | 1000011 | 1011110 | 1100110 | 110010 | 100 |
Color Harmonies of #080F05
Complementary color
Monochromatic Colors of #080F05
Black with #080F05
Text Example
Text Example
White with #080F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F05; }
p { color: rgb(8,15,5); }
H1.HeaderClassName
{
color: #080F05;
}
.AnyTagClassName
{
color: #080F05;
}
</style>
background-color css
<style>
a { background-color: #080F05; }
a { background-color: rgb(8,15,5); }
div.DivClassName
{
background-color: #080F05;
}
.BgClassName
{
background-color: #080F05;
}
</style>
border-color css
<style>
span { border-color: #080F05; }
span { border-color: rgb(8,15,5); }
td.TdClassName
{
border-color: #080F05;
}
.TagClassName
{
border-color: #080F05;
}
</style>