Shades of Pine Tree #292F20
Tints of Pine Tree #292F20
RGB
CMYK
RGB Variations
Color information
#292F20 (or 0x292F20) is known color: Pine Tree. HEX triplet: 29, 2F and 20. RGB value is (41,47,32). Sum of RGB (Red+Green+Blue) = 41+47+32=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #292F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F20 is #D6D0DF. Grayscale: #2B2B2B. Windows color (decimal): -14078176 or 2109225. OLE color: 2109225.
HSL color Cylindrical-coordinate representation of color #292F20: hue angle of 84º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #292F20 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 47 | 32 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.82 |
| HSL | 84º | 0.19% | 0.15% | - |
| HSV(B) | 84º | 0.32% | 0.18% | - |
| XYZ | 2.19 | 2.61 | 1.75 | - |
| YUV | 43.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 32 | 0.13 | 0 | 0.32 | 0.82 | 84 | 0.19 | 0.15 |
| Hex | 29 | 2F | 20 | D | 0 | 20 | 52 | 54 | 13 | F |
| Octal | 51 | 57 | 40 | 15 | 0 | 40 | 122 | 124 | 23 | 17 |
| Binary | 101001 | 101111 | 100000 | 1101 | 0 | 100000 | 1010010 | 1010100 | 10011 | 1111 |
Color Harmonies of #292F20
Complementary color
Monochromatic Colors of #292F20
Black with #292F20
Text Example
Text Example
White with #292F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F20; }
p { color: rgb(41,47,32); }
H1.HeaderClassName
{
color: #292F20;
}
.AnyTagClassName
{
color: #292F20;
}
</style>
background-color css
<style>
a { background-color: #292F20; }
a { background-color: rgb(41,47,32); }
div.DivClassName
{
background-color: #292F20;
}
.BgClassName
{
background-color: #292F20;
}
</style>
border-color css
<style>
span { border-color: #292F20; }
span { border-color: rgb(41,47,32); }
td.TdClassName
{
border-color: #292F20;
}
.TagClassName
{
border-color: #292F20;
}
</style>