Shades of Palm Leaf #2C5814
Tints of Palm Leaf #2C5814
RGB
CMYK
RGB Variations
Color information
#2C5814 (or 0x2C5814) is known color: Palm Leaf. HEX triplet: 2C, 58 and 14. RGB value is (44,88,20). Sum of RGB (Red+Green+Blue) = 44+88+20=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5814 is #D3A7EB. Grayscale: #434343. Windows color (decimal): -13871084 or 1333292. OLE color: 1333292.
HSL color Cylindrical-coordinate representation of color #2C5814: hue angle of 98.82º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C5814 is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 20 | - |
| CMYK | 0.5 | 0 | 0.77 | 0.65 |
| HSL | 98.82º | 0.63% | 0.21% | - |
| HSV(B) | 98.82º | 0.77% | 0.35% | - |
| XYZ | 4.65 | 7.57 | 1.88 | - |
| YUV | 67.09 | 101.42 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 20 | 0.5 | 0 | 0.77 | 0.65 | 98.82 | 0.63 | 0.21 |
| Hex | 2C | 58 | 14 | 32 | 0 | 4D | 41 | 63 | 3F | 15 |
| Octal | 54 | 130 | 24 | 62 | 0 | 115 | 101 | 143 | 77 | 25 |
| Binary | 101100 | 1011000 | 10100 | 110010 | 0 | 1001101 | 1000001 | 1100011 | 111111 | 10101 |
Color Harmonies of #2C5814
Complementary color
Monochromatic Colors of #2C5814
Black with #2C5814
Text Example
Text Example
White with #2C5814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5814; }
p { color: rgb(44,88,20); }
H1.HeaderClassName
{
color: #2C5814;
}
.AnyTagClassName
{
color: #2C5814;
}
</style>
background-color css
<style>
a { background-color: #2C5814; }
a { background-color: rgb(44,88,20); }
div.DivClassName
{
background-color: #2C5814;
}
.BgClassName
{
background-color: #2C5814;
}
</style>
border-color css
<style>
span { border-color: #2C5814; }
span { border-color: rgb(44,88,20); }
td.TdClassName
{
border-color: #2C5814;
}
.TagClassName
{
border-color: #2C5814;
}
</style>