Shades of Palm Leaf #2C5114
Tints of Palm Leaf #2C5114
RGB
CMYK
RGB Variations
Color information
#2C5114 (or 0x2C5114) is known color: Palm Leaf. HEX triplet: 2C, 51 and 14. RGB value is (44,81,20). Sum of RGB (Red+Green+Blue) = 44+81+20=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #2C5114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5114 is #D3AEEB. Grayscale: #3F3F3F. Windows color (decimal): -13872876 or 1331500. OLE color: 1331500.
HSL color Cylindrical-coordinate representation of color #2C5114: hue angle of 96.39º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C5114 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 81 | 20 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.68 |
| HSL | 96.39º | 0.6% | 0.2% | - |
| HSV(B) | 96.39º | 0.75% | 0.32% | - |
| XYZ | 4.11 | 6.47 | 1.69 | - |
| YUV | 62.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 20 | 0.46 | 0 | 0.75 | 0.68 | 96.39 | 0.6 | 0.2 |
| Hex | 2C | 51 | 14 | 2E | 0 | 4B | 44 | 60 | 3C | 14 |
| Octal | 54 | 121 | 24 | 56 | 0 | 113 | 104 | 140 | 74 | 24 |
| Binary | 101100 | 1010001 | 10100 | 101110 | 0 | 1001011 | 1000100 | 1100000 | 111100 | 10100 |
Color Harmonies of #2C5114
Complementary color
Monochromatic Colors of #2C5114
Black with #2C5114
Text Example
Text Example
White with #2C5114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5114; }
p { color: rgb(44,81,20); }
H1.HeaderClassName
{
color: #2C5114;
}
.AnyTagClassName
{
color: #2C5114;
}
</style>
background-color css
<style>
a { background-color: #2C5114; }
a { background-color: rgb(44,81,20); }
div.DivClassName
{
background-color: #2C5114;
}
.BgClassName
{
background-color: #2C5114;
}
</style>
border-color css
<style>
span { border-color: #2C5114; }
span { border-color: rgb(44,81,20); }
td.TdClassName
{
border-color: #2C5114;
}
.TagClassName
{
border-color: #2C5114;
}
</style>