Shades of Pine Tree #1B1E15
Tints of Pine Tree #1B1E15
RGB
CMYK
RGB Variations
Color information
#1B1E15 (or 0x1B1E15) is known color: Pine Tree. HEX triplet: 1B, 1E and 15. RGB value is (27,30,21). Sum of RGB (Red+Green+Blue) = 27+30+21=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #1B1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1E15 is #E4E1EA. Grayscale: #1C1C1C. Windows color (decimal): -15000043 or 1383963. OLE color: 1383963.
HSL color Cylindrical-coordinate representation of color #1B1E15: hue angle of 80º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1B1E15 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 30 | 21 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.88 |
| HSL | 80º | 0.18% | 0.1% | - |
| HSV(B) | 80º | 0.3% | 0.12% | - |
| XYZ | 1.05 | 1.22 | 0.89 | - |
| YUV | 28.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 21 | 0.10 | 0 | 0.30 | 0.88 | 80 | 0.18 | 0.1 |
| Hex | 1B | 1E | 15 | A | 0 | 1E | 58 | 50 | 12 | A |
| Octal | 33 | 36 | 25 | 12 | 0 | 36 | 130 | 120 | 22 | 12 |
| Binary | 11011 | 11110 | 10101 | 1010 | 0 | 11110 | 1011000 | 1010000 | 10010 | 1010 |
Color Harmonies of #1B1E15
Complementary color
Monochromatic Colors of #1B1E15
Black with #1B1E15
Text Example
Text Example
White with #1B1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E15; }
p { color: rgb(27,30,21); }
H1.HeaderClassName
{
color: #1B1E15;
}
.AnyTagClassName
{
color: #1B1E15;
}
</style>
background-color css
<style>
a { background-color: #1B1E15; }
a { background-color: rgb(27,30,21); }
div.DivClassName
{
background-color: #1B1E15;
}
.BgClassName
{
background-color: #1B1E15;
}
</style>
border-color css
<style>
span { border-color: #1B1E15; }
span { border-color: rgb(27,30,21); }
td.TdClassName
{
border-color: #1B1E15;
}
.TagClassName
{
border-color: #1B1E15;
}
</style>