Shades of Palm Leaf #2F402D
Tints of Palm Leaf #2F402D
RGB
CMYK
RGB Variations
Color information
#2F402D (or 0x2F402D) is known color: Palm Leaf. HEX triplet: 2F, 40 and 2D. RGB value is (47,64,45). Sum of RGB (Red+Green+Blue) = 47+64+45=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #2F402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F402D is #D0BFD2. Grayscale: #383838. Windows color (decimal): -13680595 or 2965551. OLE color: 2965551.
HSL color Cylindrical-coordinate representation of color #2F402D: hue angle of 113.68º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F402D is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 45 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.75 |
| HSL | 113.68º | 0.17% | 0.21% | - |
| HSV(B) | 113.68º | 0.3% | 0.25% | - |
| XYZ | 3.48 | 4.46 | 3.16 | - |
| YUV | 56.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 45 | 0.27 | 0 | 0.30 | 0.75 | 113.68 | 0.17 | 0.21 |
| Hex | 2F | 40 | 2D | 1B | 0 | 1E | 4B | 72 | 11 | 15 |
| Octal | 57 | 100 | 55 | 33 | 0 | 36 | 113 | 162 | 21 | 25 |
| Binary | 101111 | 1000000 | 101101 | 11011 | 0 | 11110 | 1001011 | 1110010 | 10001 | 10101 |
Color Harmonies of #2F402D
Complementary color
Monochromatic Colors of #2F402D
Black with #2F402D
Text Example
Text Example
White with #2F402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F402D; }
p { color: rgb(47,64,45); }
H1.HeaderClassName
{
color: #2F402D;
}
.AnyTagClassName
{
color: #2F402D;
}
</style>
background-color css
<style>
a { background-color: #2F402D; }
a { background-color: rgb(47,64,45); }
div.DivClassName
{
background-color: #2F402D;
}
.BgClassName
{
background-color: #2F402D;
}
</style>
border-color css
<style>
span { border-color: #2F402D; }
span { border-color: rgb(47,64,45); }
td.TdClassName
{
border-color: #2F402D;
}
.TagClassName
{
border-color: #2F402D;
}
</style>