Shades of Pine Tree #1B300B
Tints of Pine Tree #1B300B
RGB
CMYK
RGB Variations
Color information
#1B300B (or 0x1B300B) is known color: Pine Tree. HEX triplet: 1B, 30 and 0B. RGB value is (27,48,11). Sum of RGB (Red+Green+Blue) = 27+48+11=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #1B300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B300B is #E4CFF4. Grayscale: #252525. Windows color (decimal): -14995445 or 733211. OLE color: 733211.
HSL color Cylindrical-coordinate representation of color #1B300B: hue angle of 94.05º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B300B is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 48 | 11 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.81 |
| HSL | 94.05º | 0.63% | 0.12% | - |
| HSV(B) | 94.05º | 0.77% | 0.19% | - |
| XYZ | 1.57 | 2.37 | 0.69 | - |
| YUV | 37.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 11 | 0.44 | 0 | 0.77 | 0.81 | 94.05 | 0.63 | 0.12 |
| Hex | 1B | 30 | B | 2C | 0 | 4D | 51 | 5E | 3F | C |
| Octal | 33 | 60 | 13 | 54 | 0 | 115 | 121 | 136 | 77 | 14 |
| Binary | 11011 | 110000 | 1011 | 101100 | 0 | 1001101 | 1010001 | 1011110 | 111111 | 1100 |
Color Harmonies of #1B300B
Complementary color
Monochromatic Colors of #1B300B
Black with #1B300B
Text Example
Text Example
White with #1B300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B300B; }
p { color: rgb(27,48,11); }
H1.HeaderClassName
{
color: #1B300B;
}
.AnyTagClassName
{
color: #1B300B;
}
</style>
background-color css
<style>
a { background-color: #1B300B; }
a { background-color: rgb(27,48,11); }
div.DivClassName
{
background-color: #1B300B;
}
.BgClassName
{
background-color: #1B300B;
}
</style>
border-color css
<style>
span { border-color: #1B300B; }
span { border-color: rgb(27,48,11); }
td.TdClassName
{
border-color: #1B300B;
}
.TagClassName
{
border-color: #1B300B;
}
</style>