Shades of Pine Tree #1D290D
Tints of Pine Tree #1D290D
RGB
CMYK
RGB Variations
Color information
#1D290D (or 0x1D290D) is known color: Pine Tree. HEX triplet: 1D, 29 and 0D. RGB value is (29,41,13). Sum of RGB (Red+Green+Blue) = 29+41+13=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #1D290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D290D is #E2D6F2. Grayscale: #222222. Windows color (decimal): -14866163 or 862493. OLE color: 862493.
HSL color Cylindrical-coordinate representation of color #1D290D: hue angle of 85.71º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D290D is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 41 | 13 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.84 |
| HSL | 85.71º | 0.52% | 0.11% | - |
| HSV(B) | 85.71º | 0.68% | 0.16% | - |
| XYZ | 1.37 | 1.88 | 0.67 | - |
| YUV | 34.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 13 | 0.29 | 0 | 0.68 | 0.84 | 85.71 | 0.52 | 0.11 |
| Hex | 1D | 29 | D | 1D | 0 | 44 | 54 | 56 | 34 | B |
| Octal | 35 | 51 | 15 | 35 | 0 | 104 | 124 | 126 | 64 | 13 |
| Binary | 11101 | 101001 | 1101 | 11101 | 0 | 1000100 | 1010100 | 1010110 | 110100 | 1011 |
Color Harmonies of #1D290D
Complementary color
Monochromatic Colors of #1D290D
Black with #1D290D
Text Example
Text Example
White with #1D290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D290D; }
p { color: rgb(29,41,13); }
H1.HeaderClassName
{
color: #1D290D;
}
.AnyTagClassName
{
color: #1D290D;
}
</style>
background-color css
<style>
a { background-color: #1D290D; }
a { background-color: rgb(29,41,13); }
div.DivClassName
{
background-color: #1D290D;
}
.BgClassName
{
background-color: #1D290D;
}
</style>
border-color css
<style>
span { border-color: #1D290D; }
span { border-color: rgb(29,41,13); }
td.TdClassName
{
border-color: #1D290D;
}
.TagClassName
{
border-color: #1D290D;
}
</style>