Shades of Pine Tree #1B2713
Tints of Pine Tree #1B2713
RGB
CMYK
RGB Variations
Color information
#1B2713 (or 0x1B2713) is known color: Pine Tree. HEX triplet: 1B, 27 and 13. RGB value is (27,39,19). Sum of RGB (Red+Green+Blue) = 27+39+19=85 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.76% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #1B2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2713 is #E4D8EC. Grayscale: #212121. Windows color (decimal): -14997741 or 1255195. OLE color: 1255195.
HSL color Cylindrical-coordinate representation of color #1B2713: hue angle of 96º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B2713 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 39 | 19 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.85 |
| HSL | 96º | 0.34% | 0.11% | - |
| HSV(B) | 96º | 0.51% | 0.15% | - |
| XYZ | 1.3 | 1.73 | 0.88 | - |
| YUV | 33.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 19 | 0.31 | 0 | 0.51 | 0.85 | 96 | 0.34 | 0.11 |
| Hex | 1B | 27 | 13 | 1F | 0 | 33 | 55 | 60 | 22 | B |
| Octal | 33 | 47 | 23 | 37 | 0 | 63 | 125 | 140 | 42 | 13 |
| Binary | 11011 | 100111 | 10011 | 11111 | 0 | 110011 | 1010101 | 1100000 | 100010 | 1011 |
Color Harmonies of #1B2713
Complementary color
Monochromatic Colors of #1B2713
Black with #1B2713
Text Example
Text Example
White with #1B2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2713; }
p { color: rgb(27,39,19); }
H1.HeaderClassName
{
color: #1B2713;
}
.AnyTagClassName
{
color: #1B2713;
}
</style>
background-color css
<style>
a { background-color: #1B2713; }
a { background-color: rgb(27,39,19); }
div.DivClassName
{
background-color: #1B2713;
}
.BgClassName
{
background-color: #1B2713;
}
</style>
border-color css
<style>
span { border-color: #1B2713; }
span { border-color: rgb(27,39,19); }
td.TdClassName
{
border-color: #1B2713;
}
.TagClassName
{
border-color: #1B2713;
}
</style>