Shades of Pine Tree #080B03
Tints of Pine Tree #080B03
RGB
CMYK
RGB Variations
Color information
#080B03 (or 0x080B03) is known color: Pine Tree. HEX triplet: 08, 0B and 03. RGB value is (8,11,3). Sum of RGB (Red+Green+Blue) = 8+11+3=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #080B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B03 is #F7F4FC. Grayscale: #090909. Windows color (decimal): -16250109 or 199432. OLE color: 199432.
HSL color Cylindrical-coordinate representation of color #080B03: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080B03 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 11 | 3 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.96 |
| HSL | 82.5º | 0.57% | 0.03% | - |
| HSV(B) | 82.5º | 0.73% | 0.04% | - |
| XYZ | 0.24 | 0.3 | 0.13 | - |
| YUV | 9.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 3 | 0.27 | 0 | 0.73 | 0.96 | 82.5 | 0.57 | 0.03 |
| Hex | 8 | B | 3 | 1B | 0 | 49 | 60 | 52 | 39 | 3 |
| Octal | 10 | 13 | 3 | 33 | 0 | 111 | 140 | 122 | 71 | 3 |
| Binary | 1000 | 1011 | 11 | 11011 | 0 | 1001001 | 1100000 | 1010010 | 111001 | 11 |
Color Harmonies of #080B03
Complementary color
Monochromatic Colors of #080B03
Black with #080B03
Text Example
Text Example
White with #080B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B03; }
p { color: rgb(8,11,3); }
H1.HeaderClassName
{
color: #080B03;
}
.AnyTagClassName
{
color: #080B03;
}
</style>
background-color css
<style>
a { background-color: #080B03; }
a { background-color: rgb(8,11,3); }
div.DivClassName
{
background-color: #080B03;
}
.BgClassName
{
background-color: #080B03;
}
</style>
border-color css
<style>
span { border-color: #080B03; }
span { border-color: rgb(8,11,3); }
td.TdClassName
{
border-color: #080B03;
}
.TagClassName
{
border-color: #080B03;
}
</style>