Shades of Pine Tree #1B2412
Tints of Pine Tree #1B2412
RGB
CMYK
RGB Variations
Color information
#1B2412 (or 0x1B2412) is known color: Pine Tree. HEX triplet: 1B, 24 and 12. RGB value is (27,36,18). Sum of RGB (Red+Green+Blue) = 27+36+18=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #1B2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2412 is #E4DBED. Grayscale: #1F1F1F. Windows color (decimal): -14998510 or 1188891. OLE color: 1188891.
HSL color Cylindrical-coordinate representation of color #1B2412: hue angle of 90º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B2412 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 36 | 18 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.86 |
| HSL | 90º | 0.33% | 0.11% | - |
| HSV(B) | 90º | 0.5% | 0.14% | - |
| XYZ | 1.19 | 1.54 | 0.81 | - |
| YUV | 31.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 18 | 0.25 | 0 | 0.5 | 0.86 | 90 | 0.33 | 0.11 |
| Hex | 1B | 24 | 12 | 19 | 0 | 32 | 56 | 5A | 21 | B |
| Octal | 33 | 44 | 22 | 31 | 0 | 62 | 126 | 132 | 41 | 13 |
| Binary | 11011 | 100100 | 10010 | 11001 | 0 | 110010 | 1010110 | 1011010 | 100001 | 1011 |
Color Harmonies of #1B2412
Complementary color
Monochromatic Colors of #1B2412
Black with #1B2412
Text Example
Text Example
White with #1B2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2412; }
p { color: rgb(27,36,18); }
H1.HeaderClassName
{
color: #1B2412;
}
.AnyTagClassName
{
color: #1B2412;
}
</style>
background-color css
<style>
a { background-color: #1B2412; }
a { background-color: rgb(27,36,18); }
div.DivClassName
{
background-color: #1B2412;
}
.BgClassName
{
background-color: #1B2412;
}
</style>
border-color css
<style>
span { border-color: #1B2412; }
span { border-color: rgb(27,36,18); }
td.TdClassName
{
border-color: #1B2412;
}
.TagClassName
{
border-color: #1B2412;
}
</style>