Shades of Pine Tree #0B1D03
Tints of Pine Tree #0B1D03
RGB
CMYK
RGB Variations
Color information
#0B1D03 (or 0x0B1D03) is known color: Pine Tree. HEX triplet: 0B, 1D and 03. RGB value is (11,29,3). Sum of RGB (Red+Green+Blue) = 11+29+3=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 29 (11.72% from 255 or 67.44% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D03 is #F4E2FC. Grayscale: #141414. Windows color (decimal): -16048893 or 204043. OLE color: 204043.
HSL color Cylindrical-coordinate representation of color #0B1D03: hue angle of 101.54º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B1D03 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 29 | 3 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.89 |
| HSL | 101.54º | 0.81% | 0.06% | - |
| HSV(B) | 101.54º | 0.9% | 0.11% | - |
| XYZ | 0.59 | 0.96 | 0.24 | - |
| YUV | 20.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 3 | 0.62 | 0 | 0.90 | 0.89 | 101.54 | 0.81 | 0.06 |
| Hex | B | 1D | 3 | 3E | 0 | 5A | 59 | 66 | 51 | 6 |
| Octal | 13 | 35 | 3 | 76 | 0 | 132 | 131 | 146 | 121 | 6 |
| Binary | 1011 | 11101 | 11 | 111110 | 0 | 1011010 | 1011001 | 1100110 | 1010001 | 110 |
Color Harmonies of #0B1D03
Complementary color
Monochromatic Colors of #0B1D03
Black with #0B1D03
Text Example
Text Example
White with #0B1D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1D03; }
p { color: rgb(11,29,3); }
H1.HeaderClassName
{
color: #0B1D03;
}
.AnyTagClassName
{
color: #0B1D03;
}
</style>
background-color css
<style>
a { background-color: #0B1D03; }
a { background-color: rgb(11,29,3); }
div.DivClassName
{
background-color: #0B1D03;
}
.BgClassName
{
background-color: #0B1D03;
}
</style>
border-color css
<style>
span { border-color: #0B1D03; }
span { border-color: rgb(11,29,3); }
td.TdClassName
{
border-color: #0B1D03;
}
.TagClassName
{
border-color: #0B1D03;
}
</style>