Shades of Pine Tree #1B2709
Tints of Pine Tree #1B2709
RGB
CMYK
RGB Variations
Color information
#1B2709 (or 0x1B2709) is known color: Pine Tree. HEX triplet: 1B, 27 and 09. RGB value is (27,39,9). Sum of RGB (Red+Green+Blue) = 27+39+9=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #1B2709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2709 is #E4D8F6. Grayscale: #202020. Windows color (decimal): -14997751 or 599835. OLE color: 599835.
HSL color Cylindrical-coordinate representation of color #1B2709: hue angle of 84º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B2709 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 39 | 9 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.85 |
| HSL | 84º | 0.63% | 0.09% | - |
| HSV(B) | 84º | 0.77% | 0.15% | - |
| XYZ | 1.23 | 1.7 | 0.52 | - |
| YUV | 31.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 9 | 0.31 | 0 | 0.77 | 0.85 | 84 | 0.63 | 0.09 |
| Hex | 1B | 27 | 9 | 1F | 0 | 4D | 55 | 54 | 3E | 9 |
| Octal | 33 | 47 | 11 | 37 | 0 | 115 | 125 | 124 | 76 | 11 |
| Binary | 11011 | 100111 | 1001 | 11111 | 0 | 1001101 | 1010101 | 1010100 | 111110 | 1001 |
Color Harmonies of #1B2709
Complementary color
Monochromatic Colors of #1B2709
Black with #1B2709
Text Example
Text Example
White with #1B2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2709; }
p { color: rgb(27,39,9); }
H1.HeaderClassName
{
color: #1B2709;
}
.AnyTagClassName
{
color: #1B2709;
}
</style>
background-color css
<style>
a { background-color: #1B2709; }
a { background-color: rgb(27,39,9); }
div.DivClassName
{
background-color: #1B2709;
}
.BgClassName
{
background-color: #1B2709;
}
</style>
border-color css
<style>
span { border-color: #1B2709; }
span { border-color: rgb(27,39,9); }
td.TdClassName
{
border-color: #1B2709;
}
.TagClassName
{
border-color: #1B2709;
}
</style>