Shades of Pine Tree #293F14
Tints of Pine Tree #293F14
RGB
CMYK
RGB Variations
Color information
#293F14 (or 0x293F14) is known color: Pine Tree. HEX triplet: 29, 3F and 14. RGB value is (41,63,20). Sum of RGB (Red+Green+Blue) = 41+63+20=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #293F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F14 is #D6C0EB. Grayscale: #333333. Windows color (decimal): -14074092 or 1326889. OLE color: 1326889.
HSL color Cylindrical-coordinate representation of color #293F14: hue angle of 90.7º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293F14 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 20 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.75 |
| HSL | 90.7º | 0.52% | 0.16% | - |
| HSV(B) | 90.7º | 0.68% | 0.25% | - |
| XYZ | 2.82 | 4.08 | 1.3 | - |
| YUV | 51.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 20 | 0.35 | 0 | 0.68 | 0.75 | 90.7 | 0.52 | 0.16 |
| Hex | 29 | 3F | 14 | 23 | 0 | 44 | 4B | 5B | 34 | 10 |
| Octal | 51 | 77 | 24 | 43 | 0 | 104 | 113 | 133 | 64 | 20 |
| Binary | 101001 | 111111 | 10100 | 100011 | 0 | 1000100 | 1001011 | 1011011 | 110100 | 10000 |
Color Harmonies of #293F14
Complementary color
Monochromatic Colors of #293F14
Black with #293F14
Text Example
Text Example
White with #293F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F14; }
p { color: rgb(41,63,20); }
H1.HeaderClassName
{
color: #293F14;
}
.AnyTagClassName
{
color: #293F14;
}
</style>
background-color css
<style>
a { background-color: #293F14; }
a { background-color: rgb(41,63,20); }
div.DivClassName
{
background-color: #293F14;
}
.BgClassName
{
background-color: #293F14;
}
</style>
border-color css
<style>
span { border-color: #293F14; }
span { border-color: rgb(41,63,20); }
td.TdClassName
{
border-color: #293F14;
}
.TagClassName
{
border-color: #293F14;
}
</style>