Shades of Pine Tree #1B290C
Tints of Pine Tree #1B290C
RGB
CMYK
RGB Variations
Color information
#1B290C (or 0x1B290C) is known color: Pine Tree. HEX triplet: 1B, 29 and 0C. RGB value is (27,41,12). Sum of RGB (Red+Green+Blue) = 27+41+12=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #1B290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B290C is #E4D6F3. Grayscale: #212121. Windows color (decimal): -14997236 or 796955. OLE color: 796955.
HSL color Cylindrical-coordinate representation of color #1B290C: hue angle of 88.97º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B290C is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 41 | 12 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.84 |
| HSL | 88.97º | 0.55% | 0.1% | - |
| HSV(B) | 88.97º | 0.71% | 0.16% | - |
| XYZ | 1.31 | 1.85 | 0.63 | - |
| YUV | 33.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 12 | 0.34 | 0 | 0.71 | 0.84 | 88.97 | 0.55 | 0.1 |
| Hex | 1B | 29 | C | 22 | 0 | 47 | 54 | 59 | 37 | A |
| Octal | 33 | 51 | 14 | 42 | 0 | 107 | 124 | 131 | 67 | 12 |
| Binary | 11011 | 101001 | 1100 | 100010 | 0 | 1000111 | 1010100 | 1011001 | 110111 | 1010 |
Color Harmonies of #1B290C
Complementary color
Monochromatic Colors of #1B290C
Black with #1B290C
Text Example
Text Example
White with #1B290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B290C; }
p { color: rgb(27,41,12); }
H1.HeaderClassName
{
color: #1B290C;
}
.AnyTagClassName
{
color: #1B290C;
}
</style>
background-color css
<style>
a { background-color: #1B290C; }
a { background-color: rgb(27,41,12); }
div.DivClassName
{
background-color: #1B290C;
}
.BgClassName
{
background-color: #1B290C;
}
</style>
border-color css
<style>
span { border-color: #1B290C; }
span { border-color: rgb(27,41,12); }
td.TdClassName
{
border-color: #1B290C;
}
.TagClassName
{
border-color: #1B290C;
}
</style>