Shades of Palm Leaf #2C5914
Tints of Palm Leaf #2C5914
RGB
CMYK
RGB Variations
Color information
#2C5914 (or 0x2C5914) is known color: Palm Leaf. HEX triplet: 2C, 59 and 14. RGB value is (44,89,20). Sum of RGB (Red+Green+Blue) = 44+89+20=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5914 is #D3A6EB. Grayscale: #434343. Windows color (decimal): -13870828 or 1333548. OLE color: 1333548.
HSL color Cylindrical-coordinate representation of color #2C5914: hue angle of 99.13º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5914 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 89 | 20 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.65 |
| HSL | 99.13º | 0.63% | 0.21% | - |
| HSV(B) | 99.13º | 0.78% | 0.35% | - |
| XYZ | 4.74 | 7.73 | 1.9 | - |
| YUV | 67.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 20 | 0.51 | 0 | 0.78 | 0.65 | 99.13 | 0.63 | 0.21 |
| Hex | 2C | 59 | 14 | 33 | 0 | 4E | 41 | 63 | 3F | 15 |
| Octal | 54 | 131 | 24 | 63 | 0 | 116 | 101 | 143 | 77 | 25 |
| Binary | 101100 | 1011001 | 10100 | 110011 | 0 | 1001110 | 1000001 | 1100011 | 111111 | 10101 |
Color Harmonies of #2C5914
Complementary color
Monochromatic Colors of #2C5914
Black with #2C5914
Text Example
Text Example
White with #2C5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5914; }
p { color: rgb(44,89,20); }
H1.HeaderClassName
{
color: #2C5914;
}
.AnyTagClassName
{
color: #2C5914;
}
</style>
background-color css
<style>
a { background-color: #2C5914; }
a { background-color: rgb(44,89,20); }
div.DivClassName
{
background-color: #2C5914;
}
.BgClassName
{
background-color: #2C5914;
}
</style>
border-color css
<style>
span { border-color: #2C5914; }
span { border-color: rgb(44,89,20); }
td.TdClassName
{
border-color: #2C5914;
}
.TagClassName
{
border-color: #2C5914;
}
</style>