Shades of Pine Tree #080D03
Tints of Pine Tree #080D03
RGB
CMYK
RGB Variations
Color information
#080D03 (or 0x080D03) is known color: Pine Tree. HEX triplet: 08, 0D and 03. RGB value is (8,13,3). Sum of RGB (Red+Green+Blue) = 8+13+3=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 13 (5.47% from 255 or 54.17% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 13 - color contains mainly: green. Hex color #080D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D03 is #F7F2FC. Grayscale: #0A0A0A. Windows color (decimal): -16249597 or 199944. OLE color: 199944.
HSL color Cylindrical-coordinate representation of color #080D03: hue angle of 90º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #080D03 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 13 | 3 | - |
CMYK | 0.38 | 0 | 0.77 | 0.95 |
HSL | 90º | 0.63% | 0.03% | - |
HSV(B) | 90º | 0.77% | 0.05% | - |
XYZ | 0.26 | 0.35 | 0.14 | - |
YUV | 10.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 13 | 3 | 0.38 | 0 | 0.77 | 0.95 | 90 | 0.63 | 0.03 |
Hex | 8 | D | 3 | 26 | 0 | 4D | 5F | 5A | 3E | 3 |
Octal | 10 | 15 | 3 | 46 | 0 | 115 | 137 | 132 | 76 | 3 |
Binary | 1000 | 1101 | 11 | 100110 | 0 | 1001101 | 1011111 | 1011010 | 111110 | 11 |
Color Harmonies of #080D03
Complementary color
Monochromatic Colors of #080D03
Black with #080D03
Text Example
Text Example
White with #080D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D03; }
p { color: rgb(8,13,3); }
H1.HeaderClassName
{
color: #080D03;
}
.AnyTagClassName
{
color: #080D03;
}
</style>
background-color css
<style>
a { background-color: #080D03; }
a { background-color: rgb(8,13,3); }
div.DivClassName
{
background-color: #080D03;
}
.BgClassName
{
background-color: #080D03;
}
</style>
border-color css
<style>
span { border-color: #080D03; }
span { border-color: rgb(8,13,3); }
td.TdClassName
{
border-color: #080D03;
}
.TagClassName
{
border-color: #080D03;
}
</style>