Shades of Palm Leaf #2F4324
Tints of Palm Leaf #2F4324
RGB
CMYK
RGB Variations
Color information
#2F4324 (or 0x2F4324) is known color: Palm Leaf. HEX triplet: 2F, 43 and 24. RGB value is (47,67,36). Sum of RGB (Red+Green+Blue) = 47+67+36=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4324 is #D0BCDB. Grayscale: #393939. Windows color (decimal): -13679836 or 2376495. OLE color: 2376495.
HSL color Cylindrical-coordinate representation of color #2F4324: hue angle of 98.71º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F4324 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 47 | 67 | 36 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.74 |
| HSL | 98.71º | 0.3% | 0.2% | - |
| HSV(B) | 98.71º | 0.46% | 0.26% | - |
| XYZ | 3.5 | 4.75 | 2.4 | - |
| YUV | 57.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 67 | 36 | 0.30 | 0 | 0.46 | 0.74 | 98.71 | 0.3 | 0.2 |
| Hex | 2F | 43 | 24 | 1E | 0 | 2E | 4A | 63 | 1E | 14 |
| Octal | 57 | 103 | 44 | 36 | 0 | 56 | 112 | 143 | 36 | 24 |
| Binary | 101111 | 1000011 | 100100 | 11110 | 0 | 101110 | 1001010 | 1100011 | 11110 | 10100 |
Color Harmonies of #2F4324
Complementary color
Monochromatic Colors of #2F4324
Black with #2F4324
Text Example
Text Example
White with #2F4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4324; }
p { color: rgb(47,67,36); }
H1.HeaderClassName
{
color: #2F4324;
}
.AnyTagClassName
{
color: #2F4324;
}
</style>
background-color css
<style>
a { background-color: #2F4324; }
a { background-color: rgb(47,67,36); }
div.DivClassName
{
background-color: #2F4324;
}
.BgClassName
{
background-color: #2F4324;
}
</style>
border-color css
<style>
span { border-color: #2F4324; }
span { border-color: rgb(47,67,36); }
td.TdClassName
{
border-color: #2F4324;
}
.TagClassName
{
border-color: #2F4324;
}
</style>