Shades of Pine Tree #293E10
Tints of Pine Tree #293E10
RGB
CMYK
RGB Variations
Color information
#293E10 (or 0x293E10) is known color: Pine Tree. HEX triplet: 29, 3E and 10. RGB value is (41,62,16). Sum of RGB (Red+Green+Blue) = 41+62+16=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #293E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293E10 is #D6C1EF. Grayscale: #323232. Windows color (decimal): -14074352 or 1064489. OLE color: 1064489.
HSL color Cylindrical-coordinate representation of color #293E10: hue angle of 87.39º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #293E10 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 16 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.76 |
| HSL | 87.39º | 0.59% | 0.15% | - |
| HSV(B) | 87.39º | 0.74% | 0.24% | - |
| XYZ | 2.73 | 3.95 | 1.11 | - |
| YUV | 50.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 16 | 0.34 | 0 | 0.74 | 0.76 | 87.39 | 0.59 | 0.15 |
| Hex | 29 | 3E | 10 | 22 | 0 | 4A | 4C | 57 | 3B | F |
| Octal | 51 | 76 | 20 | 42 | 0 | 112 | 114 | 127 | 73 | 17 |
| Binary | 101001 | 111110 | 10000 | 100010 | 0 | 1001010 | 1001100 | 1010111 | 111011 | 1111 |
Color Harmonies of #293E10
Complementary color
Monochromatic Colors of #293E10
Black with #293E10
Text Example
Text Example
White with #293E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E10; }
p { color: rgb(41,62,16); }
H1.HeaderClassName
{
color: #293E10;
}
.AnyTagClassName
{
color: #293E10;
}
</style>
background-color css
<style>
a { background-color: #293E10; }
a { background-color: rgb(41,62,16); }
div.DivClassName
{
background-color: #293E10;
}
.BgClassName
{
background-color: #293E10;
}
</style>
border-color css
<style>
span { border-color: #293E10; }
span { border-color: rgb(41,62,16); }
td.TdClassName
{
border-color: #293E10;
}
.TagClassName
{
border-color: #293E10;
}
</style>