Shades of Palm Leaf #2F5917
Tints of Palm Leaf #2F5917
RGB
CMYK
RGB Variations
Color information
#2F5917 (or 0x2F5917) is known color: Palm Leaf. HEX triplet: 2F, 59 and 17. RGB value is (47,89,23). Sum of RGB (Red+Green+Blue) = 47+89+23=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5917 is #D0A6E8. Grayscale: #454545. Windows color (decimal): -13674217 or 1530159. OLE color: 1530159.
HSL color Cylindrical-coordinate representation of color #2F5917: hue angle of 98.18º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F5917 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 23 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.65 |
| HSL | 98.18º | 0.59% | 0.22% | - |
| HSV(B) | 98.18º | 0.74% | 0.35% | - |
| XYZ | 4.9 | 7.81 | 2.06 | - |
| YUV | 68.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 23 | 0.47 | 0 | 0.74 | 0.65 | 98.18 | 0.59 | 0.22 |
| Hex | 2F | 59 | 17 | 2F | 0 | 4A | 41 | 62 | 3B | 16 |
| Octal | 57 | 131 | 27 | 57 | 0 | 112 | 101 | 142 | 73 | 26 |
| Binary | 101111 | 1011001 | 10111 | 101111 | 0 | 1001010 | 1000001 | 1100010 | 111011 | 10110 |
Color Harmonies of #2F5917
Complementary color
Monochromatic Colors of #2F5917
Black with #2F5917
Text Example
Text Example
White with #2F5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5917; }
p { color: rgb(47,89,23); }
H1.HeaderClassName
{
color: #2F5917;
}
.AnyTagClassName
{
color: #2F5917;
}
</style>
background-color css
<style>
a { background-color: #2F5917; }
a { background-color: rgb(47,89,23); }
div.DivClassName
{
background-color: #2F5917;
}
.BgClassName
{
background-color: #2F5917;
}
</style>
border-color css
<style>
span { border-color: #2F5917; }
span { border-color: rgb(47,89,23); }
td.TdClassName
{
border-color: #2F5917;
}
.TagClassName
{
border-color: #2F5917;
}
</style>