Shades of Palm Leaf #2F412D
Tints of Palm Leaf #2F412D
RGB
CMYK
RGB Variations
Color information
#2F412D (or 0x2F412D) is known color: Palm Leaf. HEX triplet: 2F, 41 and 2D. RGB value is (47,65,45). Sum of RGB (Red+Green+Blue) = 47+65+45=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #2F412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F412D is #D0BED2. Grayscale: #393939. Windows color (decimal): -13680339 or 2965807. OLE color: 2965807.
HSL color Cylindrical-coordinate representation of color #2F412D: hue angle of 114º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F412D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 45 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.75 |
| HSL | 114º | 0.18% | 0.22% | - |
| HSV(B) | 114º | 0.31% | 0.25% | - |
| XYZ | 3.54 | 4.57 | 3.18 | - |
| YUV | 57.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 45 | 0.28 | 0 | 0.31 | 0.75 | 114 | 0.18 | 0.22 |
| Hex | 2F | 41 | 2D | 1C | 0 | 1F | 4B | 72 | 12 | 16 |
| Octal | 57 | 101 | 55 | 34 | 0 | 37 | 113 | 162 | 22 | 26 |
| Binary | 101111 | 1000001 | 101101 | 11100 | 0 | 11111 | 1001011 | 1110010 | 10010 | 10110 |
Color Harmonies of #2F412D
Complementary color
Monochromatic Colors of #2F412D
Black with #2F412D
Text Example
Text Example
White with #2F412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F412D; }
p { color: rgb(47,65,45); }
H1.HeaderClassName
{
color: #2F412D;
}
.AnyTagClassName
{
color: #2F412D;
}
</style>
background-color css
<style>
a { background-color: #2F412D; }
a { background-color: rgb(47,65,45); }
div.DivClassName
{
background-color: #2F412D;
}
.BgClassName
{
background-color: #2F412D;
}
</style>
border-color css
<style>
span { border-color: #2F412D; }
span { border-color: rgb(47,65,45); }
td.TdClassName
{
border-color: #2F412D;
}
.TagClassName
{
border-color: #2F412D;
}
</style>