Shades of Pine Tree #293F10
Tints of Pine Tree #293F10
RGB
CMYK
RGB Variations
Color information
#293F10 (or 0x293F10) is known color: Pine Tree. HEX triplet: 29, 3F and 10. RGB value is (41,63,16). Sum of RGB (Red+Green+Blue) = 41+63+16=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #293F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F10 is #D6C0EF. Grayscale: #333333. Windows color (decimal): -14074096 or 1064745. OLE color: 1064745.
HSL color Cylindrical-coordinate representation of color #293F10: hue angle of 88.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293F10 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 16 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.75 |
| HSL | 88.09º | 0.59% | 0.15% | - |
| HSV(B) | 88.09º | 0.75% | 0.25% | - |
| XYZ | 2.79 | 4.06 | 1.13 | - |
| YUV | 51.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 16 | 0.35 | 0 | 0.75 | 0.75 | 88.09 | 0.59 | 0.15 |
| Hex | 29 | 3F | 10 | 23 | 0 | 4B | 4B | 58 | 3B | F |
| Octal | 51 | 77 | 20 | 43 | 0 | 113 | 113 | 130 | 73 | 17 |
| Binary | 101001 | 111111 | 10000 | 100011 | 0 | 1001011 | 1001011 | 1011000 | 111011 | 1111 |
Color Harmonies of #293F10
Complementary color
Monochromatic Colors of #293F10
Black with #293F10
Text Example
Text Example
White with #293F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F10; }
p { color: rgb(41,63,16); }
H1.HeaderClassName
{
color: #293F10;
}
.AnyTagClassName
{
color: #293F10;
}
</style>
background-color css
<style>
a { background-color: #293F10; }
a { background-color: rgb(41,63,16); }
div.DivClassName
{
background-color: #293F10;
}
.BgClassName
{
background-color: #293F10;
}
</style>
border-color css
<style>
span { border-color: #293F10; }
span { border-color: rgb(41,63,16); }
td.TdClassName
{
border-color: #293F10;
}
.TagClassName
{
border-color: #293F10;
}
</style>