Shades of Pine Tree #293B13
Tints of Pine Tree #293B13
RGB
CMYK
RGB Variations
Color information
#293B13 (or 0x293B13) is known color: Pine Tree. HEX triplet: 29, 3B and 13. RGB value is (41,59,19). Sum of RGB (Red+Green+Blue) = 41+59+19=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #293B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293B13 is #D6C4EC. Grayscale: #313131. Windows color (decimal): -14075117 or 1260329. OLE color: 1260329.
HSL color Cylindrical-coordinate representation of color #293B13: hue angle of 87º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293B13 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 19 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.77 |
| HSL | 87º | 0.51% | 0.15% | - |
| HSV(B) | 87º | 0.68% | 0.23% | - |
| XYZ | 2.6 | 3.65 | 1.18 | - |
| YUV | 49.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 19 | 0.31 | 0 | 0.68 | 0.77 | 87 | 0.51 | 0.15 |
| Hex | 29 | 3B | 13 | 1F | 0 | 44 | 4D | 57 | 33 | F |
| Octal | 51 | 73 | 23 | 37 | 0 | 104 | 115 | 127 | 63 | 17 |
| Binary | 101001 | 111011 | 10011 | 11111 | 0 | 1000100 | 1001101 | 1010111 | 110011 | 1111 |
Color Harmonies of #293B13
Complementary color
Monochromatic Colors of #293B13
Black with #293B13
Text Example
Text Example
White with #293B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B13; }
p { color: rgb(41,59,19); }
H1.HeaderClassName
{
color: #293B13;
}
.AnyTagClassName
{
color: #293B13;
}
</style>
background-color css
<style>
a { background-color: #293B13; }
a { background-color: rgb(41,59,19); }
div.DivClassName
{
background-color: #293B13;
}
.BgClassName
{
background-color: #293B13;
}
</style>
border-color css
<style>
span { border-color: #293B13; }
span { border-color: rgb(41,59,19); }
td.TdClassName
{
border-color: #293B13;
}
.TagClassName
{
border-color: #293B13;
}
</style>