Shades of Pine Tree #1B2809
Tints of Pine Tree #1B2809
RGB
CMYK
RGB Variations
Color information
#1B2809 (or 0x1B2809) is known color: Pine Tree. HEX triplet: 1B, 28 and 09. RGB value is (27,40,9). Sum of RGB (Red+Green+Blue) = 27+40+9=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #1B2809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2809 is #E4D7F6. Grayscale: #202020. Windows color (decimal): -14997495 or 600091. OLE color: 600091.
HSL color Cylindrical-coordinate representation of color #1B2809: hue angle of 85.16º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B2809 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 40 | 9 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.84 |
| HSL | 85.16º | 0.63% | 0.1% | - |
| HSV(B) | 85.16º | 0.78% | 0.16% | - |
| XYZ | 1.26 | 1.77 | 0.53 | - |
| YUV | 32.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 9 | 0.33 | 0 | 0.78 | 0.84 | 85.16 | 0.63 | 0.1 |
| Hex | 1B | 28 | 9 | 21 | 0 | 4E | 54 | 55 | 3F | A |
| Octal | 33 | 50 | 11 | 41 | 0 | 116 | 124 | 125 | 77 | 12 |
| Binary | 11011 | 101000 | 1001 | 100001 | 0 | 1001110 | 1010100 | 1010101 | 111111 | 1010 |
Color Harmonies of #1B2809
Complementary color
Monochromatic Colors of #1B2809
Black with #1B2809
Text Example
Text Example
White with #1B2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2809; }
p { color: rgb(27,40,9); }
H1.HeaderClassName
{
color: #1B2809;
}
.AnyTagClassName
{
color: #1B2809;
}
</style>
background-color css
<style>
a { background-color: #1B2809; }
a { background-color: rgb(27,40,9); }
div.DivClassName
{
background-color: #1B2809;
}
.BgClassName
{
background-color: #1B2809;
}
</style>
border-color css
<style>
span { border-color: #1B2809; }
span { border-color: rgb(27,40,9); }
td.TdClassName
{
border-color: #1B2809;
}
.TagClassName
{
border-color: #1B2809;
}
</style>