Shades of Pine Tree #294210
Tints of Pine Tree #294210
RGB
CMYK
RGB Variations
Color information
#294210 (or 0x294210) is known color: Pine Tree. HEX triplet: 29, 42 and 10. RGB value is (41,66,16). Sum of RGB (Red+Green+Blue) = 41+66+16=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #294210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294210 is #D6BDEF. Grayscale: #343434. Windows color (decimal): -14073328 or 1065513. OLE color: 1065513.
HSL color Cylindrical-coordinate representation of color #294210: hue angle of 90º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294210 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 66 | 16 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.74 |
| HSL | 90º | 0.61% | 0.16% | - |
| HSV(B) | 90º | 0.76% | 0.26% | - |
| XYZ | 2.96 | 4.41 | 1.18 | - |
| YUV | 52.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 16 | 0.38 | 0 | 0.76 | 0.74 | 90 | 0.61 | 0.16 |
| Hex | 29 | 42 | 10 | 26 | 0 | 4C | 4A | 5A | 3D | 10 |
| Octal | 51 | 102 | 20 | 46 | 0 | 114 | 112 | 132 | 75 | 20 |
| Binary | 101001 | 1000010 | 10000 | 100110 | 0 | 1001100 | 1001010 | 1011010 | 111101 | 10000 |
Color Harmonies of #294210
Complementary color
Monochromatic Colors of #294210
Black with #294210
Text Example
Text Example
White with #294210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294210; }
p { color: rgb(41,66,16); }
H1.HeaderClassName
{
color: #294210;
}
.AnyTagClassName
{
color: #294210;
}
</style>
background-color css
<style>
a { background-color: #294210; }
a { background-color: rgb(41,66,16); }
div.DivClassName
{
background-color: #294210;
}
.BgClassName
{
background-color: #294210;
}
</style>
border-color css
<style>
span { border-color: #294210; }
span { border-color: rgb(41,66,16); }
td.TdClassName
{
border-color: #294210;
}
.TagClassName
{
border-color: #294210;
}
</style>