Shades of Palm Leaf #2C4821
Tints of Palm Leaf #2C4821
RGB
CMYK
RGB Variations
Color information
#2C4821 (or 0x2C4821) is known color: Palm Leaf. HEX triplet: 2C, 48 and 21. RGB value is (44,72,33). Sum of RGB (Red+Green+Blue) = 44+72+33=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4821 is #D3B7DE. Grayscale: #3B3B3B. Windows color (decimal): -13875167 or 2181164. OLE color: 2181164.
HSL color Cylindrical-coordinate representation of color #2C4821: hue angle of 103.08º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C4821 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 33 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.72 |
| HSL | 103.08º | 0.37% | 0.21% | - |
| HSV(B) | 103.08º | 0.54% | 0.28% | - |
| XYZ | 3.63 | 5.28 | 2.27 | - |
| YUV | 59.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 33 | 0.39 | 0 | 0.54 | 0.72 | 103.08 | 0.37 | 0.21 |
| Hex | 2C | 48 | 21 | 27 | 0 | 36 | 48 | 67 | 25 | 15 |
| Octal | 54 | 110 | 41 | 47 | 0 | 66 | 110 | 147 | 45 | 25 |
| Binary | 101100 | 1001000 | 100001 | 100111 | 0 | 110110 | 1001000 | 1100111 | 100101 | 10101 |
Color Harmonies of #2C4821
Complementary color
Monochromatic Colors of #2C4821
Black with #2C4821
Text Example
Text Example
White with #2C4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4821; }
p { color: rgb(44,72,33); }
H1.HeaderClassName
{
color: #2C4821;
}
.AnyTagClassName
{
color: #2C4821;
}
</style>
background-color css
<style>
a { background-color: #2C4821; }
a { background-color: rgb(44,72,33); }
div.DivClassName
{
background-color: #2C4821;
}
.BgClassName
{
background-color: #2C4821;
}
</style>
border-color css
<style>
span { border-color: #2C4821; }
span { border-color: rgb(44,72,33); }
td.TdClassName
{
border-color: #2C4821;
}
.TagClassName
{
border-color: #2C4821;
}
</style>