Shades of Pine Tree #1D290A
Tints of Pine Tree #1D290A
RGB
CMYK
RGB Variations
Color information
#1D290A (or 0x1D290A) is known color: Pine Tree. HEX triplet: 1D, 29 and 0A. RGB value is (29,41,10). Sum of RGB (Red+Green+Blue) = 29+41+10=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #1D290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D290A is #E2D6F5. Grayscale: #212121. Windows color (decimal): -14866166 or 665885. OLE color: 665885.
HSL color Cylindrical-coordinate representation of color #1D290A: hue angle of 83.23º 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 #1D290A is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 41 | 10 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.84 |
| HSL | 83.23º | 0.61% | 0.1% | - |
| HSV(B) | 83.23º | 0.76% | 0.16% | - |
| XYZ | 1.35 | 1.87 | 0.58 | - |
| YUV | 33.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 10 | 0.29 | 0 | 0.76 | 0.84 | 83.23 | 0.61 | 0.1 |
| Hex | 1D | 29 | A | 1D | 0 | 4C | 54 | 53 | 3D | A |
| Octal | 35 | 51 | 12 | 35 | 0 | 114 | 124 | 123 | 75 | 12 |
| Binary | 11101 | 101001 | 1010 | 11101 | 0 | 1001100 | 1010100 | 1010011 | 111101 | 1010 |
Color Harmonies of #1D290A
Complementary color
Monochromatic Colors of #1D290A
Black with #1D290A
Text Example
Text Example
White with #1D290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D290A; }
p { color: rgb(29,41,10); }
H1.HeaderClassName
{
color: #1D290A;
}
.AnyTagClassName
{
color: #1D290A;
}
</style>
background-color css
<style>
a { background-color: #1D290A; }
a { background-color: rgb(29,41,10); }
div.DivClassName
{
background-color: #1D290A;
}
.BgClassName
{
background-color: #1D290A;
}
</style>
border-color css
<style>
span { border-color: #1D290A; }
span { border-color: rgb(29,41,10); }
td.TdClassName
{
border-color: #1D290A;
}
.TagClassName
{
border-color: #1D290A;
}
</style>