Shades of Palm Leaf #2C5613
Tints of Palm Leaf #2C5613
RGB
CMYK
RGB Variations
Color information
#2C5613 (or 0x2C5613) is known color: Palm Leaf. HEX triplet: 2C, 56 and 13. RGB value is (44,86,19). Sum of RGB (Red+Green+Blue) = 44+86+19=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 86 (33.98% from 255 or 57.72% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 86 - color contains mainly: green. Hex color #2C5613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5613 is #D3A9EC. Grayscale: #424242. Windows color (decimal): -13871597 or 1267244. OLE color: 1267244.
HSL color Cylindrical-coordinate representation of color #2C5613: hue angle of 97.61º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5613 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 86 | 19 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.66 |
| HSL | 97.61º | 0.64% | 0.21% | - |
| HSV(B) | 97.61º | 0.78% | 0.34% | - |
| XYZ | 4.48 | 7.24 | 1.78 | - |
| YUV | 65.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 19 | 0.49 | 0 | 0.78 | 0.66 | 97.61 | 0.64 | 0.21 |
| Hex | 2C | 56 | 13 | 31 | 0 | 4E | 42 | 62 | 40 | 15 |
| Octal | 54 | 126 | 23 | 61 | 0 | 116 | 102 | 142 | 100 | 25 |
| Binary | 101100 | 1010110 | 10011 | 110001 | 0 | 1001110 | 1000010 | 1100010 | 1000000 | 10101 |
Color Harmonies of #2C5613
Complementary color
Monochromatic Colors of #2C5613
Black with #2C5613
Text Example
Text Example
White with #2C5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5613; }
p { color: rgb(44,86,19); }
H1.HeaderClassName
{
color: #2C5613;
}
.AnyTagClassName
{
color: #2C5613;
}
</style>
background-color css
<style>
a { background-color: #2C5613; }
a { background-color: rgb(44,86,19); }
div.DivClassName
{
background-color: #2C5613;
}
.BgClassName
{
background-color: #2C5613;
}
</style>
border-color css
<style>
span { border-color: #2C5613; }
span { border-color: rgb(44,86,19); }
td.TdClassName
{
border-color: #2C5613;
}
.TagClassName
{
border-color: #2C5613;
}
</style>