Shades of Pine Tree #293E11
Tints of Pine Tree #293E11
RGB
CMYK
RGB Variations
Color information
#293E11 (or 0x293E11) is known color: Pine Tree. HEX triplet: 29, 3E and 11. RGB value is (41,62,17). Sum of RGB (Red+Green+Blue) = 41+62+17=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #293E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E11 is #D6C1EE. Grayscale: #323232. Windows color (decimal): -14074351 or 1130025. OLE color: 1130025.
HSL color Cylindrical-coordinate representation of color #293E11: hue angle of 88º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293E11 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 17 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.76 |
| HSL | 88º | 0.57% | 0.15% | - |
| HSV(B) | 88º | 0.73% | 0.24% | - |
| XYZ | 2.74 | 3.96 | 1.15 | - |
| YUV | 50.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 17 | 0.34 | 0 | 0.73 | 0.76 | 88 | 0.57 | 0.15 |
| Hex | 29 | 3E | 11 | 22 | 0 | 49 | 4C | 58 | 39 | F |
| Octal | 51 | 76 | 21 | 42 | 0 | 111 | 114 | 130 | 71 | 17 |
| Binary | 101001 | 111110 | 10001 | 100010 | 0 | 1001001 | 1001100 | 1011000 | 111001 | 1111 |
Color Harmonies of #293E11
Complementary color
Monochromatic Colors of #293E11
Black with #293E11
Text Example
Text Example
White with #293E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E11; }
p { color: rgb(41,62,17); }
H1.HeaderClassName
{
color: #293E11;
}
.AnyTagClassName
{
color: #293E11;
}
</style>
background-color css
<style>
a { background-color: #293E11; }
a { background-color: rgb(41,62,17); }
div.DivClassName
{
background-color: #293E11;
}
.BgClassName
{
background-color: #293E11;
}
</style>
border-color css
<style>
span { border-color: #293E11; }
span { border-color: rgb(41,62,17); }
td.TdClassName
{
border-color: #293E11;
}
.TagClassName
{
border-color: #293E11;
}
</style>