Shades of Palm Leaf #2F4129
Tints of Palm Leaf #2F4129
RGB
CMYK
RGB Variations
Color information
#2F4129 (or 0x2F4129) is known color: Palm Leaf. HEX triplet: 2F, 41 and 29. RGB value is (47,65,41). Sum of RGB (Red+Green+Blue) = 47+65+41=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4129 is #D0BED6. Grayscale: #383838. Windows color (decimal): -13680343 or 2703663. OLE color: 2703663.
HSL color Cylindrical-coordinate representation of color #2F4129: hue angle of 105º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F4129 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 41 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.75 |
| HSL | 105º | 0.23% | 0.21% | - |
| HSV(B) | 105º | 0.37% | 0.25% | - |
| XYZ | 3.46 | 4.55 | 2.79 | - |
| YUV | 56.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 41 | 0.28 | 0 | 0.37 | 0.75 | 105 | 0.23 | 0.21 |
| Hex | 2F | 41 | 29 | 1C | 0 | 25 | 4B | 69 | 17 | 15 |
| Octal | 57 | 101 | 51 | 34 | 0 | 45 | 113 | 151 | 27 | 25 |
| Binary | 101111 | 1000001 | 101001 | 11100 | 0 | 100101 | 1001011 | 1101001 | 10111 | 10101 |
Color Harmonies of #2F4129
Complementary color
Monochromatic Colors of #2F4129
Black with #2F4129
Text Example
Text Example
White with #2F4129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4129; }
p { color: rgb(47,65,41); }
H1.HeaderClassName
{
color: #2F4129;
}
.AnyTagClassName
{
color: #2F4129;
}
</style>
background-color css
<style>
a { background-color: #2F4129; }
a { background-color: rgb(47,65,41); }
div.DivClassName
{
background-color: #2F4129;
}
.BgClassName
{
background-color: #2F4129;
}
</style>
border-color css
<style>
span { border-color: #2F4129; }
span { border-color: rgb(47,65,41); }
td.TdClassName
{
border-color: #2F4129;
}
.TagClassName
{
border-color: #2F4129;
}
</style>