Shades of Palm Leaf #2C4024
Tints of Palm Leaf #2C4024
RGB
CMYK
RGB Variations
Color information
#2C4024 (or 0x2C4024) is known color: Palm Leaf. HEX triplet: 2C, 40 and 24. RGB value is (44,64,36). Sum of RGB (Red+Green+Blue) = 44+64+36=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4024 is #D3BFDB. Grayscale: #363636. Windows color (decimal): -13877212 or 2375724. OLE color: 2375724.
HSL color Cylindrical-coordinate representation of color #2C4024: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C4024 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 64 | 36 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.75 |
| HSL | 102.86º | 0.28% | 0.2% | - |
| HSV(B) | 102.86º | 0.44% | 0.25% | - |
| XYZ | 3.19 | 4.33 | 2.34 | - |
| YUV | 54.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 36 | 0.31 | 0 | 0.44 | 0.75 | 102.86 | 0.28 | 0.2 |
| Hex | 2C | 40 | 24 | 1F | 0 | 2C | 4B | 67 | 1C | 14 |
| Octal | 54 | 100 | 44 | 37 | 0 | 54 | 113 | 147 | 34 | 24 |
| Binary | 101100 | 1000000 | 100100 | 11111 | 0 | 101100 | 1001011 | 1100111 | 11100 | 10100 |
Color Harmonies of #2C4024
Complementary color
Monochromatic Colors of #2C4024
Black with #2C4024
Text Example
Text Example
White with #2C4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4024; }
p { color: rgb(44,64,36); }
H1.HeaderClassName
{
color: #2C4024;
}
.AnyTagClassName
{
color: #2C4024;
}
</style>
background-color css
<style>
a { background-color: #2C4024; }
a { background-color: rgb(44,64,36); }
div.DivClassName
{
background-color: #2C4024;
}
.BgClassName
{
background-color: #2C4024;
}
</style>
border-color css
<style>
span { border-color: #2C4024; }
span { border-color: rgb(44,64,36); }
td.TdClassName
{
border-color: #2C4024;
}
.TagClassName
{
border-color: #2C4024;
}
</style>