Shades of Palm Leaf #2C5417
Tints of Palm Leaf #2C5417
RGB
CMYK
RGB Variations
Color information
#2C5417 (or 0x2C5417) is known color: Palm Leaf. HEX triplet: 2C, 54 and 17. RGB value is (44,84,23). Sum of RGB (Red+Green+Blue) = 44+84+23=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5417 is #D3ABE8. Grayscale: #414141. Windows color (decimal): -13872105 or 1528876. OLE color: 1528876.
HSL color Cylindrical-coordinate representation of color #2C5417: hue angle of 99.34º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C5417 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 23 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.67 |
| HSL | 99.34º | 0.57% | 0.21% | - |
| HSV(B) | 99.34º | 0.73% | 0.33% | - |
| XYZ | 4.36 | 6.94 | 1.92 | - |
| YUV | 65.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 23 | 0.48 | 0 | 0.73 | 0.67 | 99.34 | 0.57 | 0.21 |
| Hex | 2C | 54 | 17 | 30 | 0 | 49 | 43 | 63 | 39 | 15 |
| Octal | 54 | 124 | 27 | 60 | 0 | 111 | 103 | 143 | 71 | 25 |
| Binary | 101100 | 1010100 | 10111 | 110000 | 0 | 1001001 | 1000011 | 1100011 | 111001 | 10101 |
Color Harmonies of #2C5417
Complementary color
Monochromatic Colors of #2C5417
Black with #2C5417
Text Example
Text Example
White with #2C5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5417; }
p { color: rgb(44,84,23); }
H1.HeaderClassName
{
color: #2C5417;
}
.AnyTagClassName
{
color: #2C5417;
}
</style>
background-color css
<style>
a { background-color: #2C5417; }
a { background-color: rgb(44,84,23); }
div.DivClassName
{
background-color: #2C5417;
}
.BgClassName
{
background-color: #2C5417;
}
</style>
border-color css
<style>
span { border-color: #2C5417; }
span { border-color: rgb(44,84,23); }
td.TdClassName
{
border-color: #2C5417;
}
.TagClassName
{
border-color: #2C5417;
}
</style>