Shades of Palm Leaf #2C5021
Tints of Palm Leaf #2C5021
RGB
CMYK
RGB Variations
Color information
#2C5021 (or 0x2C5021) is known color: Palm Leaf. HEX triplet: 2C, 50 and 21. RGB value is (44,80,33). Sum of RGB (Red+Green+Blue) = 44+80+33=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #2C5021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5021 is #D3AFDE. Grayscale: #404040. Windows color (decimal): -13873119 or 2183212. OLE color: 2183212.
HSL color Cylindrical-coordinate representation of color #2C5021: hue angle of 105.96º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C5021 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 80 | 33 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.69 |
| HSL | 105.96º | 0.42% | 0.22% | - |
| HSV(B) | 105.96º | 0.59% | 0.31% | - |
| XYZ | 4.18 | 6.38 | 2.45 | - |
| YUV | 63.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 33 | 0.45 | 0 | 0.59 | 0.69 | 105.96 | 0.42 | 0.22 |
| Hex | 2C | 50 | 21 | 2D | 0 | 3B | 45 | 6A | 2A | 16 |
| Octal | 54 | 120 | 41 | 55 | 0 | 73 | 105 | 152 | 52 | 26 |
| Binary | 101100 | 1010000 | 100001 | 101101 | 0 | 111011 | 1000101 | 1101010 | 101010 | 10110 |
Color Harmonies of #2C5021
Complementary color
Monochromatic Colors of #2C5021
Black with #2C5021
Text Example
Text Example
White with #2C5021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5021; }
p { color: rgb(44,80,33); }
H1.HeaderClassName
{
color: #2C5021;
}
.AnyTagClassName
{
color: #2C5021;
}
</style>
background-color css
<style>
a { background-color: #2C5021; }
a { background-color: rgb(44,80,33); }
div.DivClassName
{
background-color: #2C5021;
}
.BgClassName
{
background-color: #2C5021;
}
</style>
border-color css
<style>
span { border-color: #2C5021; }
span { border-color: rgb(44,80,33); }
td.TdClassName
{
border-color: #2C5021;
}
.TagClassName
{
border-color: #2C5021;
}
</style>