Shades of Palm Leaf #2F5913
Tints of Palm Leaf #2F5913
RGB
CMYK
RGB Variations
Color information
#2F5913 (or 0x2F5913) is known color: Palm Leaf. HEX triplet: 2F, 59 and 13. RGB value is (47,89,19). Sum of RGB (Red+Green+Blue) = 47+89+19=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5913 is #D0A6EC. Grayscale: #444444. Windows color (decimal): -13674221 or 1268015. OLE color: 1268015.
HSL color Cylindrical-coordinate representation of color #2F5913: hue angle of 96º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F5913 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 19 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.65 |
| HSL | 96º | 0.65% | 0.21% | - |
| HSV(B) | 96º | 0.79% | 0.35% | - |
| XYZ | 4.86 | 7.8 | 1.86 | - |
| YUV | 68.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 19 | 0.47 | 0 | 0.79 | 0.65 | 96 | 0.65 | 0.21 |
| Hex | 2F | 59 | 13 | 2F | 0 | 4F | 41 | 60 | 41 | 15 |
| Octal | 57 | 131 | 23 | 57 | 0 | 117 | 101 | 140 | 101 | 25 |
| Binary | 101111 | 1011001 | 10011 | 101111 | 0 | 1001111 | 1000001 | 1100000 | 1000001 | 10101 |
Color Harmonies of #2F5913
Complementary color
Monochromatic Colors of #2F5913
Black with #2F5913
Text Example
Text Example
White with #2F5913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5913; }
p { color: rgb(47,89,19); }
H1.HeaderClassName
{
color: #2F5913;
}
.AnyTagClassName
{
color: #2F5913;
}
</style>
background-color css
<style>
a { background-color: #2F5913; }
a { background-color: rgb(47,89,19); }
div.DivClassName
{
background-color: #2F5913;
}
.BgClassName
{
background-color: #2F5913;
}
</style>
border-color css
<style>
span { border-color: #2F5913; }
span { border-color: rgb(47,89,19); }
td.TdClassName
{
border-color: #2F5913;
}
.TagClassName
{
border-color: #2F5913;
}
</style>