Shades of Pine Tree #1B290A
Tints of Pine Tree #1B290A
RGB
CMYK
RGB Variations
Color information
#1B290A (or 0x1B290A) is known color: Pine Tree. HEX triplet: 1B, 29 and 0A. RGB value is (27,41,10). Sum of RGB (Red+Green+Blue) = 27+41+10=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #1B290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B290A is #E4D6F5. Grayscale: #212121. Windows color (decimal): -14997238 or 665883. OLE color: 665883.
HSL color Cylindrical-coordinate representation of color #1B290A: hue angle of 87.1º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B290A is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 41 | 10 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.84 |
| HSL | 87.1º | 0.61% | 0.1% | - |
| HSV(B) | 87.1º | 0.76% | 0.16% | - |
| XYZ | 1.3 | 1.84 | 0.57 | - |
| YUV | 33.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 10 | 0.34 | 0 | 0.76 | 0.84 | 87.1 | 0.61 | 0.1 |
| Hex | 1B | 29 | A | 22 | 0 | 4C | 54 | 57 | 3D | A |
| Octal | 33 | 51 | 12 | 42 | 0 | 114 | 124 | 127 | 75 | 12 |
| Binary | 11011 | 101001 | 1010 | 100010 | 0 | 1001100 | 1010100 | 1010111 | 111101 | 1010 |
Color Harmonies of #1B290A
Complementary color
Monochromatic Colors of #1B290A
Black with #1B290A
Text Example
Text Example
White with #1B290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B290A; }
p { color: rgb(27,41,10); }
H1.HeaderClassName
{
color: #1B290A;
}
.AnyTagClassName
{
color: #1B290A;
}
</style>
background-color css
<style>
a { background-color: #1B290A; }
a { background-color: rgb(27,41,10); }
div.DivClassName
{
background-color: #1B290A;
}
.BgClassName
{
background-color: #1B290A;
}
</style>
border-color css
<style>
span { border-color: #1B290A; }
span { border-color: rgb(27,41,10); }
td.TdClassName
{
border-color: #1B290A;
}
.TagClassName
{
border-color: #1B290A;
}
</style>