Shades of Pine Tree #080B01
Tints of Pine Tree #080B01
RGB
CMYK
RGB Variations
Color information
#080B01 (or 0x080B01) is known color: Pine Tree. HEX triplet: 08, 0B and 01. RGB value is (8,11,1). Sum of RGB (Red+Green+Blue) = 8+11+1=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #080B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B01 is #F7F4FE. Grayscale: #080808. Windows color (decimal): -16250111 or 68360. OLE color: 68360.
HSL color Cylindrical-coordinate representation of color #080B01: hue angle of 78º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080B01 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 11 | 1 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.96 |
| HSL | 78º | 0.83% | 0.02% | - |
| HSV(B) | 78º | 0.91% | 0.04% | - |
| XYZ | 0.23 | 0.29 | 0.07 | - |
| YUV | 8.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 1 | 0.27 | 0 | 0.91 | 0.96 | 78 | 0.83 | 0.02 |
| Hex | 8 | B | 1 | 1B | 0 | 5B | 60 | 4E | 53 | 2 |
| Octal | 10 | 13 | 1 | 33 | 0 | 133 | 140 | 116 | 123 | 2 |
| Binary | 1000 | 1011 | 1 | 11011 | 0 | 1011011 | 1100000 | 1001110 | 1010011 | 10 |
Color Harmonies of #080B01
Complementary color
Monochromatic Colors of #080B01
Black with #080B01
Text Example
Text Example
White with #080B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B01; }
p { color: rgb(8,11,1); }
H1.HeaderClassName
{
color: #080B01;
}
.AnyTagClassName
{
color: #080B01;
}
</style>
background-color css
<style>
a { background-color: #080B01; }
a { background-color: rgb(8,11,1); }
div.DivClassName
{
background-color: #080B01;
}
.BgClassName
{
background-color: #080B01;
}
</style>
border-color css
<style>
span { border-color: #080B01; }
span { border-color: rgb(8,11,1); }
td.TdClassName
{
border-color: #080B01;
}
.TagClassName
{
border-color: #080B01;
}
</style>