Shades of Palm Leaf #2C5411
Tints of Palm Leaf #2C5411
RGB
CMYK
RGB Variations
Color information
#2C5411 (or 0x2C5411) is known color: Palm Leaf. HEX triplet: 2C, 54 and 11. RGB value is (44,84,17). Sum of RGB (Red+Green+Blue) = 44+84+17=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5411 is #D3ABEE. Grayscale: #404040. Windows color (decimal): -13872111 or 1135660. OLE color: 1135660.
HSL color Cylindrical-coordinate representation of color #2C5411: hue angle of 95.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C5411 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 17 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.67 |
| HSL | 95.82º | 0.66% | 0.2% | - |
| HSV(B) | 95.82º | 0.8% | 0.33% | - |
| XYZ | 4.31 | 6.92 | 1.64 | - |
| YUV | 64.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 17 | 0.48 | 0 | 0.80 | 0.67 | 95.82 | 0.66 | 0.2 |
| Hex | 2C | 54 | 11 | 30 | 0 | 50 | 43 | 60 | 42 | 14 |
| Octal | 54 | 124 | 21 | 60 | 0 | 120 | 103 | 140 | 102 | 24 |
| Binary | 101100 | 1010100 | 10001 | 110000 | 0 | 1010000 | 1000011 | 1100000 | 1000010 | 10100 |
Color Harmonies of #2C5411
Complementary color
Monochromatic Colors of #2C5411
Black with #2C5411
Text Example
Text Example
White with #2C5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5411; }
p { color: rgb(44,84,17); }
H1.HeaderClassName
{
color: #2C5411;
}
.AnyTagClassName
{
color: #2C5411;
}
</style>
background-color css
<style>
a { background-color: #2C5411; }
a { background-color: rgb(44,84,17); }
div.DivClassName
{
background-color: #2C5411;
}
.BgClassName
{
background-color: #2C5411;
}
</style>
border-color css
<style>
span { border-color: #2C5411; }
span { border-color: rgb(44,84,17); }
td.TdClassName
{
border-color: #2C5411;
}
.TagClassName
{
border-color: #2C5411;
}
</style>