Shades of Pine Tree #29321D
Tints of Pine Tree #29321D
RGB
CMYK
RGB Variations
Color information
#29321D (or 0x29321D) is known color: Pine Tree. HEX triplet: 29, 32 and 1D. RGB value is (41,50,29). Sum of RGB (Red+Green+Blue) = 41+50+29=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #29321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29321D is #D6CDE2. Grayscale: #2C2C2C. Windows color (decimal): -14077411 or 1913385. OLE color: 1913385.
HSL color Cylindrical-coordinate representation of color #29321D: hue angle of 85.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29321D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 50 | 29 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.80 |
| HSL | 85.71º | 0.27% | 0.15% | - |
| HSV(B) | 85.71º | 0.42% | 0.2% | - |
| XYZ | 2.28 | 2.84 | 1.59 | - |
| YUV | 44.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 29 | 0.18 | 0 | 0.42 | 0.80 | 85.71 | 0.27 | 0.15 |
| Hex | 29 | 32 | 1D | 12 | 0 | 2A | 50 | 56 | 1B | F |
| Octal | 51 | 62 | 35 | 22 | 0 | 52 | 120 | 126 | 33 | 17 |
| Binary | 101001 | 110010 | 11101 | 10010 | 0 | 101010 | 1010000 | 1010110 | 11011 | 1111 |
Color Harmonies of #29321D
Complementary color
Monochromatic Colors of #29321D
Black with #29321D
Text Example
Text Example
White with #29321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29321D; }
p { color: rgb(41,50,29); }
H1.HeaderClassName
{
color: #29321D;
}
.AnyTagClassName
{
color: #29321D;
}
</style>
background-color css
<style>
a { background-color: #29321D; }
a { background-color: rgb(41,50,29); }
div.DivClassName
{
background-color: #29321D;
}
.BgClassName
{
background-color: #29321D;
}
</style>
border-color css
<style>
span { border-color: #29321D; }
span { border-color: rgb(41,50,29); }
td.TdClassName
{
border-color: #29321D;
}
.TagClassName
{
border-color: #29321D;
}
</style>