Shades of Palm Leaf #2C5B16
Tints of Palm Leaf #2C5B16
RGB
CMYK
RGB Variations
Color information
#2C5B16 (or 0x2C5B16) is known color: Palm Leaf. HEX triplet: 2C, 5B and 16. RGB value is (44,91,22). Sum of RGB (Red+Green+Blue) = 44+91+22=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5B16 is #D3A4E9. Grayscale: #454545. Windows color (decimal): -13870314 or 1465132. OLE color: 1465132.
HSL color Cylindrical-coordinate representation of color #2C5B16: hue angle of 100.87º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C5B16 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 91 | 22 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.64 |
| HSL | 100.87º | 0.61% | 0.22% | - |
| HSV(B) | 100.87º | 0.76% | 0.36% | - |
| XYZ | 4.92 | 8.08 | 2.06 | - |
| YUV | 69.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 22 | 0.52 | 0 | 0.76 | 0.64 | 100.87 | 0.61 | 0.22 |
| Hex | 2C | 5B | 16 | 34 | 0 | 4C | 40 | 65 | 3D | 16 |
| Octal | 54 | 133 | 26 | 64 | 0 | 114 | 100 | 145 | 75 | 26 |
| Binary | 101100 | 1011011 | 10110 | 110100 | 0 | 1001100 | 1000000 | 1100101 | 111101 | 10110 |
Color Harmonies of #2C5B16
Complementary color
Monochromatic Colors of #2C5B16
Black with #2C5B16
Text Example
Text Example
White with #2C5B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5B16; }
p { color: rgb(44,91,22); }
H1.HeaderClassName
{
color: #2C5B16;
}
.AnyTagClassName
{
color: #2C5B16;
}
</style>
background-color css
<style>
a { background-color: #2C5B16; }
a { background-color: rgb(44,91,22); }
div.DivClassName
{
background-color: #2C5B16;
}
.BgClassName
{
background-color: #2C5B16;
}
</style>
border-color css
<style>
span { border-color: #2C5B16; }
span { border-color: rgb(44,91,22); }
td.TdClassName
{
border-color: #2C5B16;
}
.TagClassName
{
border-color: #2C5B16;
}
</style>