Shades of Palm Leaf #2C561E
Tints of Palm Leaf #2C561E
RGB
CMYK
RGB Variations
Color information
#2C561E (or 0x2C561E) is known color: Palm Leaf. HEX triplet: 2C, 56 and 1E. RGB value is (44,86,30). Sum of RGB (Red+Green+Blue) = 44+86+30=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #2C561E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C561E is #D3A9E1. Grayscale: #434343. Windows color (decimal): -13871586 or 1988140. OLE color: 1988140.
HSL color Cylindrical-coordinate representation of color #2C561E: hue angle of 105º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C561E is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 86 | 30 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.66 |
| HSL | 105º | 0.48% | 0.23% | - |
| HSV(B) | 105º | 0.65% | 0.34% | - |
| XYZ | 4.6 | 7.28 | 2.39 | - |
| YUV | 67.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 30 | 0.49 | 0 | 0.65 | 0.66 | 105 | 0.48 | 0.23 |
| Hex | 2C | 56 | 1E | 31 | 0 | 41 | 42 | 69 | 30 | 17 |
| Octal | 54 | 126 | 36 | 61 | 0 | 101 | 102 | 151 | 60 | 27 |
| Binary | 101100 | 1010110 | 11110 | 110001 | 0 | 1000001 | 1000010 | 1101001 | 110000 | 10111 |
Color Harmonies of #2C561E
Complementary color
Monochromatic Colors of #2C561E
Black with #2C561E
Text Example
Text Example
White with #2C561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C561E; }
p { color: rgb(44,86,30); }
H1.HeaderClassName
{
color: #2C561E;
}
.AnyTagClassName
{
color: #2C561E;
}
</style>
background-color css
<style>
a { background-color: #2C561E; }
a { background-color: rgb(44,86,30); }
div.DivClassName
{
background-color: #2C561E;
}
.BgClassName
{
background-color: #2C561E;
}
</style>
border-color css
<style>
span { border-color: #2C561E; }
span { border-color: rgb(44,86,30); }
td.TdClassName
{
border-color: #2C561E;
}
.TagClassName
{
border-color: #2C561E;
}
</style>