Shades of Palm Leaf #2F4729
Tints of Palm Leaf #2F4729
RGB
CMYK
RGB Variations
Color information
#2F4729 (or 0x2F4729) is known color: Palm Leaf. HEX triplet: 2F, 47 and 29. RGB value is (47,71,41). Sum of RGB (Red+Green+Blue) = 47+71+41=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4729 is #D0B8D6. Grayscale: #3C3C3C. Windows color (decimal): -13678807 or 2705199. OLE color: 2705199.
HSL color Cylindrical-coordinate representation of color #2F4729: hue angle of 108º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F4729 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 41 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.72 |
| HSL | 108º | 0.27% | 0.22% | - |
| HSV(B) | 108º | 0.42% | 0.28% | - |
| XYZ | 3.83 | 5.27 | 2.91 | - |
| YUV | 60.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 41 | 0.34 | 0 | 0.42 | 0.72 | 108 | 0.27 | 0.22 |
| Hex | 2F | 47 | 29 | 22 | 0 | 2A | 48 | 6C | 1B | 16 |
| Octal | 57 | 107 | 51 | 42 | 0 | 52 | 110 | 154 | 33 | 26 |
| Binary | 101111 | 1000111 | 101001 | 100010 | 0 | 101010 | 1001000 | 1101100 | 11011 | 10110 |
Color Harmonies of #2F4729
Complementary color
Monochromatic Colors of #2F4729
Black with #2F4729
Text Example
Text Example
White with #2F4729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4729; }
p { color: rgb(47,71,41); }
H1.HeaderClassName
{
color: #2F4729;
}
.AnyTagClassName
{
color: #2F4729;
}
</style>
background-color css
<style>
a { background-color: #2F4729; }
a { background-color: rgb(47,71,41); }
div.DivClassName
{
background-color: #2F4729;
}
.BgClassName
{
background-color: #2F4729;
}
</style>
border-color css
<style>
span { border-color: #2F4729; }
span { border-color: rgb(47,71,41); }
td.TdClassName
{
border-color: #2F4729;
}
.TagClassName
{
border-color: #2F4729;
}
</style>