Shades of Pine Tree #1D290B
Tints of Pine Tree #1D290B
RGB
CMYK
RGB Variations
Color information
#1D290B (or 0x1D290B) is known color: Pine Tree. HEX triplet: 1D, 29 and 0B. RGB value is (29,41,11). Sum of RGB (Red+Green+Blue) = 29+41+11=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #1D290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D290B is #E2D6F4. Grayscale: #222222. Windows color (decimal): -14866165 or 731421. OLE color: 731421.
HSL color Cylindrical-coordinate representation of color #1D290B: hue angle of 84º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D290B is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 41 | 11 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.84 |
| HSL | 84º | 0.58% | 0.1% | - |
| HSV(B) | 84º | 0.73% | 0.16% | - |
| XYZ | 1.36 | 1.87 | 0.61 | - |
| YUV | 33.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 11 | 0.29 | 0 | 0.73 | 0.84 | 84 | 0.58 | 0.1 |
| Hex | 1D | 29 | B | 1D | 0 | 49 | 54 | 54 | 3A | A |
| Octal | 35 | 51 | 13 | 35 | 0 | 111 | 124 | 124 | 72 | 12 |
| Binary | 11101 | 101001 | 1011 | 11101 | 0 | 1001001 | 1010100 | 1010100 | 111010 | 1010 |
Color Harmonies of #1D290B
Complementary color
Monochromatic Colors of #1D290B
Black with #1D290B
Text Example
Text Example
White with #1D290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D290B; }
p { color: rgb(29,41,11); }
H1.HeaderClassName
{
color: #1D290B;
}
.AnyTagClassName
{
color: #1D290B;
}
</style>
background-color css
<style>
a { background-color: #1D290B; }
a { background-color: rgb(29,41,11); }
div.DivClassName
{
background-color: #1D290B;
}
.BgClassName
{
background-color: #1D290B;
}
</style>
border-color css
<style>
span { border-color: #1D290B; }
span { border-color: rgb(29,41,11); }
td.TdClassName
{
border-color: #1D290B;
}
.TagClassName
{
border-color: #1D290B;
}
</style>