Shades of Pine Tree #29321B
Tints of Pine Tree #29321B
RGB
CMYK
RGB Variations
Color information
#29321B (or 0x29321B) is known color: Pine Tree. HEX triplet: 29, 32 and 1B. RGB value is (41,50,27). Sum of RGB (Red+Green+Blue) = 41+50+27=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #29321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29321B is #D6CDE4. Grayscale: #2C2C2C. Windows color (decimal): -14077413 or 1782313. OLE color: 1782313.
HSL color Cylindrical-coordinate representation of color #29321B: hue angle of 83.48º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #29321B is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 50 | 27 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.80 |
| HSL | 83.48º | 0.3% | 0.15% | - |
| HSV(B) | 83.48º | 0.46% | 0.2% | - |
| XYZ | 2.25 | 2.83 | 1.46 | - |
| YUV | 44.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 27 | 0.18 | 0 | 0.46 | 0.80 | 83.48 | 0.3 | 0.15 |
| Hex | 29 | 32 | 1B | 12 | 0 | 2E | 50 | 53 | 1E | F |
| Octal | 51 | 62 | 33 | 22 | 0 | 56 | 120 | 123 | 36 | 17 |
| Binary | 101001 | 110010 | 11011 | 10010 | 0 | 101110 | 1010000 | 1010011 | 11110 | 1111 |
Color Harmonies of #29321B
Complementary color
Monochromatic Colors of #29321B
Black with #29321B
Text Example
Text Example
White with #29321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29321B; }
p { color: rgb(41,50,27); }
H1.HeaderClassName
{
color: #29321B;
}
.AnyTagClassName
{
color: #29321B;
}
</style>
background-color css
<style>
a { background-color: #29321B; }
a { background-color: rgb(41,50,27); }
div.DivClassName
{
background-color: #29321B;
}
.BgClassName
{
background-color: #29321B;
}
</style>
border-color css
<style>
span { border-color: #29321B; }
span { border-color: rgb(41,50,27); }
td.TdClassName
{
border-color: #29321B;
}
.TagClassName
{
border-color: #29321B;
}
</style>