Shades of Palm Leaf #2F5918
Tints of Palm Leaf #2F5918
RGB
CMYK
RGB Variations
Color information
#2F5918 (or 0x2F5918) is known color: Palm Leaf. HEX triplet: 2F, 59 and 18. RGB value is (47,89,24). Sum of RGB (Red+Green+Blue) = 47+89+24=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5918 is #D0A6E7. Grayscale: #454545. Windows color (decimal): -13674216 or 1595695. OLE color: 1595695.
HSL color Cylindrical-coordinate representation of color #2F5918: hue angle of 98.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F5918 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 24 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.65 |
| HSL | 98.77º | 0.58% | 0.22% | - |
| HSV(B) | 98.77º | 0.73% | 0.35% | - |
| XYZ | 4.91 | 7.82 | 2.11 | - |
| YUV | 69.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 24 | 0.47 | 0 | 0.73 | 0.65 | 98.77 | 0.58 | 0.22 |
| Hex | 2F | 59 | 18 | 2F | 0 | 49 | 41 | 63 | 3A | 16 |
| Octal | 57 | 131 | 30 | 57 | 0 | 111 | 101 | 143 | 72 | 26 |
| Binary | 101111 | 1011001 | 11000 | 101111 | 0 | 1001001 | 1000001 | 1100011 | 111010 | 10110 |
Color Harmonies of #2F5918
Complementary color
Monochromatic Colors of #2F5918
Black with #2F5918
Text Example
Text Example
White with #2F5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5918; }
p { color: rgb(47,89,24); }
H1.HeaderClassName
{
color: #2F5918;
}
.AnyTagClassName
{
color: #2F5918;
}
</style>
background-color css
<style>
a { background-color: #2F5918; }
a { background-color: rgb(47,89,24); }
div.DivClassName
{
background-color: #2F5918;
}
.BgClassName
{
background-color: #2F5918;
}
</style>
border-color css
<style>
span { border-color: #2F5918; }
span { border-color: rgb(47,89,24); }
td.TdClassName
{
border-color: #2F5918;
}
.TagClassName
{
border-color: #2F5918;
}
</style>