Shades of Pine Tree #293F13
Tints of Pine Tree #293F13
RGB
CMYK
RGB Variations
Color information
#293F13 (or 0x293F13) is known color: Pine Tree. HEX triplet: 29, 3F and 13. RGB value is (41,63,19). Sum of RGB (Red+Green+Blue) = 41+63+19=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #293F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F13 is #D6C0EC. Grayscale: #333333. Windows color (decimal): -14074093 or 1261353. OLE color: 1261353.
HSL color Cylindrical-coordinate representation of color #293F13: hue angle of 90º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293F13 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 19 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.75 |
| HSL | 90º | 0.54% | 0.16% | - |
| HSV(B) | 90º | 0.7% | 0.25% | - |
| XYZ | 2.81 | 4.07 | 1.25 | - |
| YUV | 51.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 19 | 0.35 | 0 | 0.70 | 0.75 | 90 | 0.54 | 0.16 |
| Hex | 29 | 3F | 13 | 23 | 0 | 46 | 4B | 5A | 36 | 10 |
| Octal | 51 | 77 | 23 | 43 | 0 | 106 | 113 | 132 | 66 | 20 |
| Binary | 101001 | 111111 | 10011 | 100011 | 0 | 1000110 | 1001011 | 1011010 | 110110 | 10000 |
Color Harmonies of #293F13
Complementary color
Monochromatic Colors of #293F13
Black with #293F13
Text Example
Text Example
White with #293F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F13; }
p { color: rgb(41,63,19); }
H1.HeaderClassName
{
color: #293F13;
}
.AnyTagClassName
{
color: #293F13;
}
</style>
background-color css
<style>
a { background-color: #293F13; }
a { background-color: rgb(41,63,19); }
div.DivClassName
{
background-color: #293F13;
}
.BgClassName
{
background-color: #293F13;
}
</style>
border-color css
<style>
span { border-color: #293F13; }
span { border-color: rgb(41,63,19); }
td.TdClassName
{
border-color: #293F13;
}
.TagClassName
{
border-color: #293F13;
}
</style>