Shades of Pine Tree #1B3109
Tints of Pine Tree #1B3109
RGB
CMYK
RGB Variations
Color information
#1B3109 (or 0x1B3109) is known color: Pine Tree. HEX triplet: 1B, 31 and 09. RGB value is (27,49,9). Sum of RGB (Red+Green+Blue) = 27+49+9=85 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.76% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3109 is #E4CEF6. Grayscale: #262626. Windows color (decimal): -14995191 or 602395. OLE color: 602395.
HSL color Cylindrical-coordinate representation of color #1B3109: hue angle of 93º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B3109 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 49 | 9 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.81 |
| HSL | 93º | 0.69% | 0.11% | - |
| HSV(B) | 93º | 0.82% | 0.19% | - |
| XYZ | 1.6 | 2.45 | 0.65 | - |
| YUV | 37.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 49 | 9 | 0.45 | 0 | 0.82 | 0.81 | 93 | 0.69 | 0.11 |
| Hex | 1B | 31 | 9 | 2D | 0 | 52 | 51 | 5D | 45 | B |
| Octal | 33 | 61 | 11 | 55 | 0 | 122 | 121 | 135 | 105 | 13 |
| Binary | 11011 | 110001 | 1001 | 101101 | 0 | 1010010 | 1010001 | 1011101 | 1000101 | 1011 |
Color Harmonies of #1B3109
Complementary color
Monochromatic Colors of #1B3109
Black with #1B3109
Text Example
Text Example
White with #1B3109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3109; }
p { color: rgb(27,49,9); }
H1.HeaderClassName
{
color: #1B3109;
}
.AnyTagClassName
{
color: #1B3109;
}
</style>
background-color css
<style>
a { background-color: #1B3109; }
a { background-color: rgb(27,49,9); }
div.DivClassName
{
background-color: #1B3109;
}
.BgClassName
{
background-color: #1B3109;
}
</style>
border-color css
<style>
span { border-color: #1B3109; }
span { border-color: rgb(27,49,9); }
td.TdClassName
{
border-color: #1B3109;
}
.TagClassName
{
border-color: #1B3109;
}
</style>