Shades of Pine Tree #0B1C01
Tints of Pine Tree #0B1C01
RGB
CMYK
RGB Variations
Color information
#0B1C01 (or 0x0B1C01) is known color: Pine Tree. HEX triplet: 0B, 1C and 01. RGB value is (11,28,1). Sum of RGB (Red+Green+Blue) = 11+28+1=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C01 is #F4E3FE. Grayscale: #131313. Windows color (decimal): -16049151 or 72715. OLE color: 72715.
HSL color Cylindrical-coordinate representation of color #0B1C01: hue angle of 97.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B1C01 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 28 | 1 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.89 |
| HSL | 97.78º | 0.93% | 0.06% | - |
| HSV(B) | 97.78º | 0.96% | 0.11% | - |
| XYZ | 0.56 | 0.9 | 0.17 | - |
| YUV | 19.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 1 | 0.61 | 0 | 0.96 | 0.89 | 97.78 | 0.93 | 0.06 |
| Hex | B | 1C | 1 | 3D | 0 | 60 | 59 | 62 | 5D | 6 |
| Octal | 13 | 34 | 1 | 75 | 0 | 140 | 131 | 142 | 135 | 6 |
| Binary | 1011 | 11100 | 1 | 111101 | 0 | 1100000 | 1011001 | 1100010 | 1011101 | 110 |
Color Harmonies of #0B1C01
Complementary color
Monochromatic Colors of #0B1C01
Black with #0B1C01
Text Example
Text Example
White with #0B1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1C01; }
p { color: rgb(11,28,1); }
H1.HeaderClassName
{
color: #0B1C01;
}
.AnyTagClassName
{
color: #0B1C01;
}
</style>
background-color css
<style>
a { background-color: #0B1C01; }
a { background-color: rgb(11,28,1); }
div.DivClassName
{
background-color: #0B1C01;
}
.BgClassName
{
background-color: #0B1C01;
}
</style>
border-color css
<style>
span { border-color: #0B1C01; }
span { border-color: rgb(11,28,1); }
td.TdClassName
{
border-color: #0B1C01;
}
.TagClassName
{
border-color: #0B1C01;
}
</style>