Shades of Palm Leaf #2C561C
Tints of Palm Leaf #2C561C
RGB
CMYK
RGB Variations
Color information
#2C561C (or 0x2C561C) is known color: Palm Leaf. HEX triplet: 2C, 56 and 1C. RGB value is (44,86,28). Sum of RGB (Red+Green+Blue) = 44+86+28=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #2C561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C561C is #D3A9E3. Grayscale: #434343. Windows color (decimal): -13871588 or 1857068. OLE color: 1857068.
HSL color Cylindrical-coordinate representation of color #2C561C: hue angle of 103.45º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C561C is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 86 | 28 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.66 |
| HSL | 103.45º | 0.51% | 0.22% | - |
| HSV(B) | 103.45º | 0.67% | 0.34% | - |
| XYZ | 4.58 | 7.27 | 2.26 | - |
| YUV | 66.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 28 | 0.49 | 0 | 0.67 | 0.66 | 103.45 | 0.51 | 0.22 |
| Hex | 2C | 56 | 1C | 31 | 0 | 43 | 42 | 67 | 33 | 16 |
| Octal | 54 | 126 | 34 | 61 | 0 | 103 | 102 | 147 | 63 | 26 |
| Binary | 101100 | 1010110 | 11100 | 110001 | 0 | 1000011 | 1000010 | 1100111 | 110011 | 10110 |
Color Harmonies of #2C561C
Complementary color
Monochromatic Colors of #2C561C
Black with #2C561C
Text Example
Text Example
White with #2C561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C561C; }
p { color: rgb(44,86,28); }
H1.HeaderClassName
{
color: #2C561C;
}
.AnyTagClassName
{
color: #2C561C;
}
</style>
background-color css
<style>
a { background-color: #2C561C; }
a { background-color: rgb(44,86,28); }
div.DivClassName
{
background-color: #2C561C;
}
.BgClassName
{
background-color: #2C561C;
}
</style>
border-color css
<style>
span { border-color: #2C561C; }
span { border-color: rgb(44,86,28); }
td.TdClassName
{
border-color: #2C561C;
}
.TagClassName
{
border-color: #2C561C;
}
</style>