Shades of Pine Tree #293120
Tints of Pine Tree #293120
RGB
CMYK
RGB Variations
Color information
#293120 (or 0x293120) is known color: Pine Tree. HEX triplet: 29, 31 and 20. RGB value is (41,49,32). Sum of RGB (Red+Green+Blue) = 41+49+32=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #293120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293120 is #D6CEDF. Grayscale: #2C2C2C. Windows color (decimal): -14077664 or 2109737. OLE color: 2109737.
HSL color Cylindrical-coordinate representation of color #293120: hue angle of 88.24º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293120 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 49 | 32 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.81 |
| HSL | 88.24º | 0.21% | 0.16% | - |
| HSV(B) | 88.24º | 0.35% | 0.19% | - |
| XYZ | 2.27 | 2.77 | 1.78 | - |
| YUV | 44.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 32 | 0.16 | 0 | 0.35 | 0.81 | 88.24 | 0.21 | 0.16 |
| Hex | 29 | 31 | 20 | 10 | 0 | 23 | 51 | 58 | 15 | 10 |
| Octal | 51 | 61 | 40 | 20 | 0 | 43 | 121 | 130 | 25 | 20 |
| Binary | 101001 | 110001 | 100000 | 10000 | 0 | 100011 | 1010001 | 1011000 | 10101 | 10000 |
Color Harmonies of #293120
Complementary color
Monochromatic Colors of #293120
Black with #293120
Text Example
Text Example
White with #293120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293120; }
p { color: rgb(41,49,32); }
H1.HeaderClassName
{
color: #293120;
}
.AnyTagClassName
{
color: #293120;
}
</style>
background-color css
<style>
a { background-color: #293120; }
a { background-color: rgb(41,49,32); }
div.DivClassName
{
background-color: #293120;
}
.BgClassName
{
background-color: #293120;
}
</style>
border-color css
<style>
span { border-color: #293120; }
span { border-color: rgb(41,49,32); }
td.TdClassName
{
border-color: #293120;
}
.TagClassName
{
border-color: #293120;
}
</style>