Shades of Pine Tree #0B0E03
Tints of Pine Tree #0B0E03
RGB
CMYK
RGB Variations
Color information
#0B0E03 (or 0x0B0E03) is known color: Pine Tree. HEX triplet: 0B, 0E and 03. RGB value is (11,14,3). Sum of RGB (Red+Green+Blue) = 11+14+3=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 14 (5.86% from 255 or 50% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 14 - color contains mainly: green. Hex color #0B0E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E03 is #F4F1FC. Grayscale: #0B0B0B. Windows color (decimal): -16052733 or 200203. OLE color: 200203.
HSL color Cylindrical-coordinate representation of color #0B0E03: hue angle of 76.36º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B0E03 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 11 | 14 | 3 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.95 |
| HSL | 76.36º | 0.65% | 0.03% | - |
| HSV(B) | 76.36º | 0.79% | 0.05% | - |
| XYZ | 0.31 | 0.39 | 0.15 | - |
| YUV | 11.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 3 | 0.21 | 0 | 0.79 | 0.95 | 76.36 | 0.65 | 0.03 |
| Hex | B | E | 3 | 15 | 0 | 4F | 5F | 4C | 41 | 3 |
| Octal | 13 | 16 | 3 | 25 | 0 | 117 | 137 | 114 | 101 | 3 |
| Binary | 1011 | 1110 | 11 | 10101 | 0 | 1001111 | 1011111 | 1001100 | 1000001 | 11 |
Color Harmonies of #0B0E03
Complementary color
Monochromatic Colors of #0B0E03
Black with #0B0E03
Text Example
Text Example
White with #0B0E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E03; }
p { color: rgb(11,14,3); }
H1.HeaderClassName
{
color: #0B0E03;
}
.AnyTagClassName
{
color: #0B0E03;
}
</style>
background-color css
<style>
a { background-color: #0B0E03; }
a { background-color: rgb(11,14,3); }
div.DivClassName
{
background-color: #0B0E03;
}
.BgClassName
{
background-color: #0B0E03;
}
</style>
border-color css
<style>
span { border-color: #0B0E03; }
span { border-color: rgb(11,14,3); }
td.TdClassName
{
border-color: #0B0E03;
}
.TagClassName
{
border-color: #0B0E03;
}
</style>