Shades of Palm Leaf #2F5713
Tints of Palm Leaf #2F5713
RGB
CMYK
RGB Variations
Color information
#2F5713 (or 0x2F5713) is known color: Palm Leaf. HEX triplet: 2F, 57 and 13. RGB value is (47,87,19). Sum of RGB (Red+Green+Blue) = 47+87+19=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5713 is #D0A8EC. Grayscale: #434343. Windows color (decimal): -13674733 or 1267503. OLE color: 1267503.
HSL color Cylindrical-coordinate representation of color #2F5713: hue angle of 95.29º 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 #2F5713 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 47 | 87 | 19 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.66 |
| HSL | 95.29º | 0.64% | 0.21% | - |
| HSV(B) | 95.29º | 0.78% | 0.34% | - |
| XYZ | 4.7 | 7.47 | 1.81 | - |
| YUV | 67.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 19 | 0.46 | 0 | 0.78 | 0.66 | 95.29 | 0.64 | 0.21 |
| Hex | 2F | 57 | 13 | 2E | 0 | 4E | 42 | 5F | 40 | 15 |
| Octal | 57 | 127 | 23 | 56 | 0 | 116 | 102 | 137 | 100 | 25 |
| Binary | 101111 | 1010111 | 10011 | 101110 | 0 | 1001110 | 1000010 | 1011111 | 1000000 | 10101 |
Color Harmonies of #2F5713
Complementary color
Monochromatic Colors of #2F5713
Black with #2F5713
Text Example
Text Example
White with #2F5713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5713; }
p { color: rgb(47,87,19); }
H1.HeaderClassName
{
color: #2F5713;
}
.AnyTagClassName
{
color: #2F5713;
}
</style>
background-color css
<style>
a { background-color: #2F5713; }
a { background-color: rgb(47,87,19); }
div.DivClassName
{
background-color: #2F5713;
}
.BgClassName
{
background-color: #2F5713;
}
</style>
border-color css
<style>
span { border-color: #2F5713; }
span { border-color: rgb(47,87,19); }
td.TdClassName
{
border-color: #2F5713;
}
.TagClassName
{
border-color: #2F5713;
}
</style>