Shades of Palm Leaf #2F5613
Tints of Palm Leaf #2F5613
RGB
CMYK
RGB Variations
Color information
#2F5613 (or 0x2F5613) is known color: Palm Leaf. HEX triplet: 2F, 56 and 13. RGB value is (47,86,19). Sum of RGB (Red+Green+Blue) = 47+86+19=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #2F5613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5613 is #D0A9EC. Grayscale: #424242. Windows color (decimal): -13674989 or 1267247. OLE color: 1267247.
HSL color Cylindrical-coordinate representation of color #2F5613: hue angle of 94.93º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F5613 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 86 | 19 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.66 |
| HSL | 94.93º | 0.64% | 0.21% | - |
| HSV(B) | 94.93º | 0.78% | 0.34% | - |
| XYZ | 4.62 | 7.31 | 1.78 | - |
| YUV | 66.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 19 | 0.45 | 0 | 0.78 | 0.66 | 94.93 | 0.64 | 0.21 |
| Hex | 2F | 56 | 13 | 2D | 0 | 4E | 42 | 5F | 40 | 15 |
| Octal | 57 | 126 | 23 | 55 | 0 | 116 | 102 | 137 | 100 | 25 |
| Binary | 101111 | 1010110 | 10011 | 101101 | 0 | 1001110 | 1000010 | 1011111 | 1000000 | 10101 |
Color Harmonies of #2F5613
Complementary color
Monochromatic Colors of #2F5613
Black with #2F5613
Text Example
Text Example
White with #2F5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5613; }
p { color: rgb(47,86,19); }
H1.HeaderClassName
{
color: #2F5613;
}
.AnyTagClassName
{
color: #2F5613;
}
</style>
background-color css
<style>
a { background-color: #2F5613; }
a { background-color: rgb(47,86,19); }
div.DivClassName
{
background-color: #2F5613;
}
.BgClassName
{
background-color: #2F5613;
}
</style>
border-color css
<style>
span { border-color: #2F5613; }
span { border-color: rgb(47,86,19); }
td.TdClassName
{
border-color: #2F5613;
}
.TagClassName
{
border-color: #2F5613;
}
</style>