Shades of Pine Tree #293B17
Tints of Pine Tree #293B17
RGB
CMYK
RGB Variations
Color information
#293B17 (or 0x293B17) is known color: Pine Tree. HEX triplet: 29, 3B and 17. RGB value is (41,59,23). Sum of RGB (Red+Green+Blue) = 41+59+23=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #293B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293B17 is #D6C4E8. Grayscale: #313131. Windows color (decimal): -14075113 or 1522473. OLE color: 1522473.
HSL color Cylindrical-coordinate representation of color #293B17: hue angle of 90º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293B17 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 59 | 23 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.77 |
| HSL | 90º | 0.44% | 0.16% | - |
| HSV(B) | 90º | 0.61% | 0.23% | - |
| XYZ | 2.63 | 3.66 | 1.38 | - |
| YUV | 49.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 23 | 0.31 | 0 | 0.61 | 0.77 | 90 | 0.44 | 0.16 |
| Hex | 29 | 3B | 17 | 1F | 0 | 3D | 4D | 5A | 2C | 10 |
| Octal | 51 | 73 | 27 | 37 | 0 | 75 | 115 | 132 | 54 | 20 |
| Binary | 101001 | 111011 | 10111 | 11111 | 0 | 111101 | 1001101 | 1011010 | 101100 | 10000 |
Color Harmonies of #293B17
Complementary color
Monochromatic Colors of #293B17
Black with #293B17
Text Example
Text Example
White with #293B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B17; }
p { color: rgb(41,59,23); }
H1.HeaderClassName
{
color: #293B17;
}
.AnyTagClassName
{
color: #293B17;
}
</style>
background-color css
<style>
a { background-color: #293B17; }
a { background-color: rgb(41,59,23); }
div.DivClassName
{
background-color: #293B17;
}
.BgClassName
{
background-color: #293B17;
}
</style>
border-color css
<style>
span { border-color: #293B17; }
span { border-color: rgb(41,59,23); }
td.TdClassName
{
border-color: #293B17;
}
.TagClassName
{
border-color: #293B17;
}
</style>