Shades of Palm Leaf #2F4127
Tints of Palm Leaf #2F4127
RGB
CMYK
RGB Variations
Color information
#2F4127 (or 0x2F4127) is known color: Palm Leaf. HEX triplet: 2F, 41 and 27. RGB value is (47,65,39). Sum of RGB (Red+Green+Blue) = 47+65+39=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4127 is #D0BED8. Grayscale: #383838. Windows color (decimal): -13680345 or 2572591. OLE color: 2572591.
HSL color Cylindrical-coordinate representation of color #2F4127: hue angle of 101.54º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4127 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 39 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.75 |
| HSL | 101.54º | 0.25% | 0.2% | - |
| HSV(B) | 101.54º | 0.4% | 0.25% | - |
| XYZ | 3.43 | 4.53 | 2.61 | - |
| YUV | 56.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 39 | 0.28 | 0 | 0.40 | 0.75 | 101.54 | 0.25 | 0.2 |
| Hex | 2F | 41 | 27 | 1C | 0 | 28 | 4B | 66 | 19 | 14 |
| Octal | 57 | 101 | 47 | 34 | 0 | 50 | 113 | 146 | 31 | 24 |
| Binary | 101111 | 1000001 | 100111 | 11100 | 0 | 101000 | 1001011 | 1100110 | 11001 | 10100 |
Color Harmonies of #2F4127
Complementary color
Monochromatic Colors of #2F4127
Black with #2F4127
Text Example
Text Example
White with #2F4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4127; }
p { color: rgb(47,65,39); }
H1.HeaderClassName
{
color: #2F4127;
}
.AnyTagClassName
{
color: #2F4127;
}
</style>
background-color css
<style>
a { background-color: #2F4127; }
a { background-color: rgb(47,65,39); }
div.DivClassName
{
background-color: #2F4127;
}
.BgClassName
{
background-color: #2F4127;
}
</style>
border-color css
<style>
span { border-color: #2F4127; }
span { border-color: rgb(47,65,39); }
td.TdClassName
{
border-color: #2F4127;
}
.TagClassName
{
border-color: #2F4127;
}
</style>