Shades of Pine Tree #293E12
Tints of Pine Tree #293E12
RGB
CMYK
RGB Variations
Color information
#293E12 (or 0x293E12) is known color: Pine Tree. HEX triplet: 29, 3E and 12. RGB value is (41,62,18). Sum of RGB (Red+Green+Blue) = 41+62+18=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #293E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E12 is #D6C1ED. Grayscale: #323232. Windows color (decimal): -14074350 or 1195561. OLE color: 1195561.
HSL color Cylindrical-coordinate representation of color #293E12: hue angle of 88.64º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #293E12 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 18 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.76 |
| HSL | 88.64º | 0.55% | 0.16% | - |
| HSV(B) | 88.64º | 0.71% | 0.24% | - |
| XYZ | 2.75 | 3.96 | 1.19 | - |
| YUV | 50.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 18 | 0.34 | 0 | 0.71 | 0.76 | 88.64 | 0.55 | 0.16 |
| Hex | 29 | 3E | 12 | 22 | 0 | 47 | 4C | 59 | 37 | 10 |
| Octal | 51 | 76 | 22 | 42 | 0 | 107 | 114 | 131 | 67 | 20 |
| Binary | 101001 | 111110 | 10010 | 100010 | 0 | 1000111 | 1001100 | 1011001 | 110111 | 10000 |
Color Harmonies of #293E12
Complementary color
Monochromatic Colors of #293E12
Black with #293E12
Text Example
Text Example
White with #293E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E12; }
p { color: rgb(41,62,18); }
H1.HeaderClassName
{
color: #293E12;
}
.AnyTagClassName
{
color: #293E12;
}
</style>
background-color css
<style>
a { background-color: #293E12; }
a { background-color: rgb(41,62,18); }
div.DivClassName
{
background-color: #293E12;
}
.BgClassName
{
background-color: #293E12;
}
</style>
border-color css
<style>
span { border-color: #293E12; }
span { border-color: rgb(41,62,18); }
td.TdClassName
{
border-color: #293E12;
}
.TagClassName
{
border-color: #293E12;
}
</style>