Shades of Pine Tree #0B0E0A
Tints of Pine Tree #0B0E0A
RGB
CMYK
RGB Variations
Color information
#0B0E0A (or 0x0B0E0A) is known color: Pine Tree. HEX triplet: 0B, 0E and 0A. RGB value is (11,14,10). Sum of RGB (Red+Green+Blue) = 11+14+10=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 14 - color contains mainly: green. Hex color #0B0E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E0A is #F4F1F5. Grayscale: #0C0C0C. Windows color (decimal): -16052726 or 658955. OLE color: 658955.
HSL color Cylindrical-coordinate representation of color #0B0E0A: hue angle of 105º degrees, saturation: 0.17, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0B0E0A is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.95.
Color convert
RGB | 11 | 14 | 10 | - |
CMYK | 0.21 | 0 | 0.29 | 0.95 |
HSL | 105º | 0.17% | 0.05% | - |
HSV(B) | 105º | 0.29% | 0.05% | - |
XYZ | 0.35 | 0.41 | 0.35 | - |
YUV | 12.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 14 | 10 | 0.21 | 0 | 0.29 | 0.95 | 105 | 0.17 | 0.05 |
Hex | B | E | A | 15 | 0 | 1D | 5F | 69 | 11 | 5 |
Octal | 13 | 16 | 12 | 25 | 0 | 35 | 137 | 151 | 21 | 5 |
Binary | 1011 | 1110 | 1010 | 10101 | 0 | 11101 | 1011111 | 1101001 | 10001 | 101 |
Color Harmonies of #0B0E0A
Complementary color
Monochromatic Colors of #0B0E0A
Black with #0B0E0A
Text Example
Text Example
White with #0B0E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E0A; }
p { color: rgb(11,14,10); }
H1.HeaderClassName
{
color: #0B0E0A;
}
.AnyTagClassName
{
color: #0B0E0A;
}
</style>
background-color css
<style>
a { background-color: #0B0E0A; }
a { background-color: rgb(11,14,10); }
div.DivClassName
{
background-color: #0B0E0A;
}
.BgClassName
{
background-color: #0B0E0A;
}
</style>
border-color css
<style>
span { border-color: #0B0E0A; }
span { border-color: rgb(11,14,10); }
td.TdClassName
{
border-color: #0B0E0A;
}
.TagClassName
{
border-color: #0B0E0A;
}
</style>