Shades of Pine Tree #294111
Tints of Pine Tree #294111
RGB
CMYK
RGB Variations
Color information
#294111 (or 0x294111) is known color: Pine Tree. HEX triplet: 29, 41 and 11. RGB value is (41,65,17). Sum of RGB (Red+Green+Blue) = 41+65+17=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #294111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294111 is #D6BEEE. Grayscale: #343434. Windows color (decimal): -14073583 or 1130793. OLE color: 1130793.
HSL color Cylindrical-coordinate representation of color #294111: hue angle of 90º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294111 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 17 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.75 |
| HSL | 90º | 0.59% | 0.16% | - |
| HSV(B) | 90º | 0.74% | 0.25% | - |
| XYZ | 2.91 | 4.29 | 1.21 | - |
| YUV | 52.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 17 | 0.37 | 0 | 0.74 | 0.75 | 90 | 0.59 | 0.16 |
| Hex | 29 | 41 | 11 | 25 | 0 | 4A | 4B | 5A | 3B | 10 |
| Octal | 51 | 101 | 21 | 45 | 0 | 112 | 113 | 132 | 73 | 20 |
| Binary | 101001 | 1000001 | 10001 | 100101 | 0 | 1001010 | 1001011 | 1011010 | 111011 | 10000 |
Color Harmonies of #294111
Complementary color
Monochromatic Colors of #294111
Black with #294111
Text Example
Text Example
White with #294111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294111; }
p { color: rgb(41,65,17); }
H1.HeaderClassName
{
color: #294111;
}
.AnyTagClassName
{
color: #294111;
}
</style>
background-color css
<style>
a { background-color: #294111; }
a { background-color: rgb(41,65,17); }
div.DivClassName
{
background-color: #294111;
}
.BgClassName
{
background-color: #294111;
}
</style>
border-color css
<style>
span { border-color: #294111; }
span { border-color: rgb(41,65,17); }
td.TdClassName
{
border-color: #294111;
}
.TagClassName
{
border-color: #294111;
}
</style>