Shades of Palm Leaf #2F4D29
Tints of Palm Leaf #2F4D29
RGB
CMYK
RGB Variations
Color information
#2F4D29 (or 0x2F4D29) is known color: Palm Leaf. HEX triplet: 2F, 4D and 29. RGB value is (47,77,41). Sum of RGB (Red+Green+Blue) = 47+77+41=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D29 is #D0B2D6. Grayscale: #404040. Windows color (decimal): -13677271 or 2706735. OLE color: 2706735.
HSL color Cylindrical-coordinate representation of color #2F4D29: hue angle of 110º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F4D29 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 77 | 41 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.70 |
| HSL | 110º | 0.31% | 0.23% | - |
| HSV(B) | 110º | 0.47% | 0.3% | - |
| XYZ | 4.23 | 6.07 | 3.05 | - |
| YUV | 63.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 41 | 0.39 | 0 | 0.47 | 0.70 | 110 | 0.31 | 0.23 |
| Hex | 2F | 4D | 29 | 27 | 0 | 2F | 46 | 6E | 1F | 17 |
| Octal | 57 | 115 | 51 | 47 | 0 | 57 | 106 | 156 | 37 | 27 |
| Binary | 101111 | 1001101 | 101001 | 100111 | 0 | 101111 | 1000110 | 1101110 | 11111 | 10111 |
Color Harmonies of #2F4D29
Complementary color
Monochromatic Colors of #2F4D29
Black with #2F4D29
Text Example
Text Example
White with #2F4D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4D29; }
p { color: rgb(47,77,41); }
H1.HeaderClassName
{
color: #2F4D29;
}
.AnyTagClassName
{
color: #2F4D29;
}
</style>
background-color css
<style>
a { background-color: #2F4D29; }
a { background-color: rgb(47,77,41); }
div.DivClassName
{
background-color: #2F4D29;
}
.BgClassName
{
background-color: #2F4D29;
}
</style>
border-color css
<style>
span { border-color: #2F4D29; }
span { border-color: rgb(47,77,41); }
td.TdClassName
{
border-color: #2F4D29;
}
.TagClassName
{
border-color: #2F4D29;
}
</style>