Shades of Palm Leaf #2F4328
Tints of Palm Leaf #2F4328
RGB
CMYK
RGB Variations
Color information
#2F4328 (or 0x2F4328) is known color: Palm Leaf. HEX triplet: 2F, 43 and 28. RGB value is (47,67,40). Sum of RGB (Red+Green+Blue) = 47+67+40=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4328 is #D0BCD7. Grayscale: #3A3A3A. Windows color (decimal): -13679832 or 2638639. OLE color: 2638639.
HSL color Cylindrical-coordinate representation of color #2F4328: hue angle of 104.44º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4328 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 40 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.74 |
| HSL | 104.44º | 0.25% | 0.21% | - |
| HSV(B) | 104.44º | 0.4% | 0.26% | - |
| XYZ | 3.56 | 4.77 | 2.74 | - |
| YUV | 57.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 40 | 0.30 | 0 | 0.40 | 0.74 | 104.44 | 0.25 | 0.21 |
| Hex | 2F | 43 | 28 | 1E | 0 | 28 | 4A | 68 | 19 | 15 |
| Octal | 57 | 103 | 50 | 36 | 0 | 50 | 112 | 150 | 31 | 25 |
| Binary | 101111 | 1000011 | 101000 | 11110 | 0 | 101000 | 1001010 | 1101000 | 11001 | 10101 |
Color Harmonies of #2F4328
Complementary color
Monochromatic Colors of #2F4328
Black with #2F4328
Text Example
Text Example
White with #2F4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4328; }
p { color: rgb(47,67,40); }
H1.HeaderClassName
{
color: #2F4328;
}
.AnyTagClassName
{
color: #2F4328;
}
</style>
background-color css
<style>
a { background-color: #2F4328; }
a { background-color: rgb(47,67,40); }
div.DivClassName
{
background-color: #2F4328;
}
.BgClassName
{
background-color: #2F4328;
}
</style>
border-color css
<style>
span { border-color: #2F4328; }
span { border-color: rgb(47,67,40); }
td.TdClassName
{
border-color: #2F4328;
}
.TagClassName
{
border-color: #2F4328;
}
</style>