Shades of Pine Tree #1B2312
Tints of Pine Tree #1B2312
RGB
CMYK
RGB Variations
Color information
#1B2312 (or 0x1B2312) is known color: Pine Tree. HEX triplet: 1B, 23 and 12. RGB value is (27,35,18). Sum of RGB (Red+Green+Blue) = 27+35+18=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2312 is #E4DCED. Grayscale: #1E1E1E. Windows color (decimal): -14998766 or 1188635. OLE color: 1188635.
HSL color Cylindrical-coordinate representation of color #1B2312: hue angle of 88.24º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1B2312 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 35 | 18 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.86 |
| HSL | 88.24º | 0.32% | 0.1% | - |
| HSV(B) | 88.24º | 0.49% | 0.14% | - |
| XYZ | 1.16 | 1.48 | 0.8 | - |
| YUV | 30.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 18 | 0.23 | 0 | 0.49 | 0.86 | 88.24 | 0.32 | 0.1 |
| Hex | 1B | 23 | 12 | 17 | 0 | 31 | 56 | 58 | 20 | A |
| Octal | 33 | 43 | 22 | 27 | 0 | 61 | 126 | 130 | 40 | 12 |
| Binary | 11011 | 100011 | 10010 | 10111 | 0 | 110001 | 1010110 | 1011000 | 100000 | 1010 |
Color Harmonies of #1B2312
Complementary color
Monochromatic Colors of #1B2312
Black with #1B2312
Text Example
Text Example
White with #1B2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2312; }
p { color: rgb(27,35,18); }
H1.HeaderClassName
{
color: #1B2312;
}
.AnyTagClassName
{
color: #1B2312;
}
</style>
background-color css
<style>
a { background-color: #1B2312; }
a { background-color: rgb(27,35,18); }
div.DivClassName
{
background-color: #1B2312;
}
.BgClassName
{
background-color: #1B2312;
}
</style>
border-color css
<style>
span { border-color: #1B2312; }
span { border-color: rgb(27,35,18); }
td.TdClassName
{
border-color: #1B2312;
}
.TagClassName
{
border-color: #1B2312;
}
</style>