Shades of Pine Tree #0B1C04
Tints of Pine Tree #0B1C04
RGB
CMYK
RGB Variations
Color information
#0B1C04 (or 0x0B1C04) is known color: Pine Tree. HEX triplet: 0B, 1C and 04. RGB value is (11,28,4). Sum of RGB (Red+Green+Blue) = 11+28+4=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C04 is #F4E3FB. Grayscale: #141414. Windows color (decimal): -16049148 or 269323. OLE color: 269323.
HSL color Cylindrical-coordinate representation of color #0B1C04: hue angle of 102.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B1C04 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 28 | 4 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.89 |
| HSL | 102.5º | 0.75% | 0.06% | - |
| HSV(B) | 102.5º | 0.86% | 0.11% | - |
| XYZ | 0.58 | 0.91 | 0.26 | - |
| YUV | 20.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 4 | 0.61 | 0 | 0.86 | 0.89 | 102.5 | 0.75 | 0.06 |
| Hex | B | 1C | 4 | 3D | 0 | 56 | 59 | 66 | 4B | 6 |
| Octal | 13 | 34 | 4 | 75 | 0 | 126 | 131 | 146 | 113 | 6 |
| Binary | 1011 | 11100 | 100 | 111101 | 0 | 1010110 | 1011001 | 1100110 | 1001011 | 110 |
Color Harmonies of #0B1C04
Complementary color
Monochromatic Colors of #0B1C04
Black with #0B1C04
Text Example
Text Example
White with #0B1C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1C04; }
p { color: rgb(11,28,4); }
H1.HeaderClassName
{
color: #0B1C04;
}
.AnyTagClassName
{
color: #0B1C04;
}
</style>
background-color css
<style>
a { background-color: #0B1C04; }
a { background-color: rgb(11,28,4); }
div.DivClassName
{
background-color: #0B1C04;
}
.BgClassName
{
background-color: #0B1C04;
}
</style>
border-color css
<style>
span { border-color: #0B1C04; }
span { border-color: rgb(11,28,4); }
td.TdClassName
{
border-color: #0B1C04;
}
.TagClassName
{
border-color: #0B1C04;
}
</style>