Shades of Palm Leaf #2C5819
Tints of Palm Leaf #2C5819
RGB
CMYK
RGB Variations
Color information
#2C5819 (or 0x2C5819) is known color: Palm Leaf. HEX triplet: 2C, 58 and 19. RGB value is (44,88,25). Sum of RGB (Red+Green+Blue) = 44+88+25=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5819 is #D3A7E6. Grayscale: #434343. Windows color (decimal): -13871079 or 1660972. OLE color: 1660972.
HSL color Cylindrical-coordinate representation of color #2C5819: hue angle of 101.9º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C5819 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 25 | - |
| CMYK | 0.5 | 0 | 0.72 | 0.65 |
| HSL | 101.9º | 0.56% | 0.22% | - |
| HSV(B) | 101.9º | 0.72% | 0.35% | - |
| XYZ | 4.7 | 7.59 | 2.14 | - |
| YUV | 67.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 25 | 0.5 | 0 | 0.72 | 0.65 | 101.9 | 0.56 | 0.22 |
| Hex | 2C | 58 | 19 | 32 | 0 | 48 | 41 | 66 | 38 | 16 |
| Octal | 54 | 130 | 31 | 62 | 0 | 110 | 101 | 146 | 70 | 26 |
| Binary | 101100 | 1011000 | 11001 | 110010 | 0 | 1001000 | 1000001 | 1100110 | 111000 | 10110 |
Color Harmonies of #2C5819
Complementary color
Monochromatic Colors of #2C5819
Black with #2C5819
Text Example
Text Example
White with #2C5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5819; }
p { color: rgb(44,88,25); }
H1.HeaderClassName
{
color: #2C5819;
}
.AnyTagClassName
{
color: #2C5819;
}
</style>
background-color css
<style>
a { background-color: #2C5819; }
a { background-color: rgb(44,88,25); }
div.DivClassName
{
background-color: #2C5819;
}
.BgClassName
{
background-color: #2C5819;
}
</style>
border-color css
<style>
span { border-color: #2C5819; }
span { border-color: rgb(44,88,25); }
td.TdClassName
{
border-color: #2C5819;
}
.TagClassName
{
border-color: #2C5819;
}
</style>