Shades of Palm Leaf #2C4324
Tints of Palm Leaf #2C4324
RGB
CMYK
RGB Variations
Color information
#2C4324 (or 0x2C4324) is known color: Palm Leaf. HEX triplet: 2C, 43 and 24. RGB value is (44,67,36). Sum of RGB (Red+Green+Blue) = 44+67+36=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4324 is #D3BCDB. Grayscale: #383838. Windows color (decimal): -13876444 or 2376492. OLE color: 2376492.
HSL color Cylindrical-coordinate representation of color #2C4324: hue angle of 104.52º 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 #2C4324 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 67 | 36 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.74 |
| HSL | 104.52º | 0.3% | 0.2% | - |
| HSV(B) | 104.52º | 0.46% | 0.26% | - |
| XYZ | 3.36 | 4.68 | 2.39 | - |
| YUV | 56.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 36 | 0.34 | 0 | 0.46 | 0.74 | 104.52 | 0.3 | 0.2 |
| Hex | 2C | 43 | 24 | 22 | 0 | 2E | 4A | 69 | 1E | 14 |
| Octal | 54 | 103 | 44 | 42 | 0 | 56 | 112 | 151 | 36 | 24 |
| Binary | 101100 | 1000011 | 100100 | 100010 | 0 | 101110 | 1001010 | 1101001 | 11110 | 10100 |
Color Harmonies of #2C4324
Complementary color
Monochromatic Colors of #2C4324
Black with #2C4324
Text Example
Text Example
White with #2C4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4324; }
p { color: rgb(44,67,36); }
H1.HeaderClassName
{
color: #2C4324;
}
.AnyTagClassName
{
color: #2C4324;
}
</style>
background-color css
<style>
a { background-color: #2C4324; }
a { background-color: rgb(44,67,36); }
div.DivClassName
{
background-color: #2C4324;
}
.BgClassName
{
background-color: #2C4324;
}
</style>
border-color css
<style>
span { border-color: #2C4324; }
span { border-color: rgb(44,67,36); }
td.TdClassName
{
border-color: #2C4324;
}
.TagClassName
{
border-color: #2C4324;
}
</style>