Shades of Palm Leaf #2C5C15
Tints of Palm Leaf #2C5C15
RGB
CMYK
RGB Variations
Color information
#2C5C15 (or 0x2C5C15) is known color: Palm Leaf. HEX triplet: 2C, 5C and 15. RGB value is (44,92,21). Sum of RGB (Red+Green+Blue) = 44+92+21=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 92 (36.33% from 255 or 58.60% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 92 - color contains mainly: green. Hex color #2C5C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5C15 is #D3A3EA. Grayscale: #454545. Windows color (decimal): -13870059 or 1399852. OLE color: 1399852.
HSL color Cylindrical-coordinate representation of color #2C5C15: hue angle of 100.56º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C5C15 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 92 | 21 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.64 |
| HSL | 100.56º | 0.63% | 0.22% | - |
| HSV(B) | 100.56º | 0.77% | 0.36% | - |
| XYZ | 5 | 8.24 | 2.04 | - |
| YUV | 69.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 21 | 0.52 | 0 | 0.77 | 0.64 | 100.56 | 0.63 | 0.22 |
| Hex | 2C | 5C | 15 | 34 | 0 | 4D | 40 | 65 | 3F | 16 |
| Octal | 54 | 134 | 25 | 64 | 0 | 115 | 100 | 145 | 77 | 26 |
| Binary | 101100 | 1011100 | 10101 | 110100 | 0 | 1001101 | 1000000 | 1100101 | 111111 | 10110 |
Color Harmonies of #2C5C15
Complementary color
Monochromatic Colors of #2C5C15
Black with #2C5C15
Text Example
Text Example
White with #2C5C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5C15; }
p { color: rgb(44,92,21); }
H1.HeaderClassName
{
color: #2C5C15;
}
.AnyTagClassName
{
color: #2C5C15;
}
</style>
background-color css
<style>
a { background-color: #2C5C15; }
a { background-color: rgb(44,92,21); }
div.DivClassName
{
background-color: #2C5C15;
}
.BgClassName
{
background-color: #2C5C15;
}
</style>
border-color css
<style>
span { border-color: #2C5C15; }
span { border-color: rgb(44,92,21); }
td.TdClassName
{
border-color: #2C5C15;
}
.TagClassName
{
border-color: #2C5C15;
}
</style>