Shades of Palm Leaf #2C581A
Tints of Palm Leaf #2C581A
RGB
CMYK
RGB Variations
Color information
#2C581A (or 0x2C581A) is known color: Palm Leaf. HEX triplet: 2C, 58 and 1A. RGB value is (44,88,26). Sum of RGB (Red+Green+Blue) = 44+88+26=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #2C581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C581A is #D3A7E5. Grayscale: #434343. Windows color (decimal): -13871078 or 1726508. OLE color: 1726508.
HSL color Cylindrical-coordinate representation of color #2C581A: hue angle of 102.58º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C581A is Cyan = 0.5, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 26 | - |
| CMYK | 0.5 | 0 | 0.70 | 0.65 |
| HSL | 102.58º | 0.54% | 0.22% | - |
| HSV(B) | 102.58º | 0.7% | 0.35% | - |
| XYZ | 4.71 | 7.59 | 2.19 | - |
| YUV | 67.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 26 | 0.5 | 0 | 0.70 | 0.65 | 102.58 | 0.54 | 0.22 |
| Hex | 2C | 58 | 1A | 32 | 0 | 46 | 41 | 67 | 36 | 16 |
| Octal | 54 | 130 | 32 | 62 | 0 | 106 | 101 | 147 | 66 | 26 |
| Binary | 101100 | 1011000 | 11010 | 110010 | 0 | 1000110 | 1000001 | 1100111 | 110110 | 10110 |
Color Harmonies of #2C581A
Complementary color
Monochromatic Colors of #2C581A
Black with #2C581A
Text Example
Text Example
White with #2C581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C581A; }
p { color: rgb(44,88,26); }
H1.HeaderClassName
{
color: #2C581A;
}
.AnyTagClassName
{
color: #2C581A;
}
</style>
background-color css
<style>
a { background-color: #2C581A; }
a { background-color: rgb(44,88,26); }
div.DivClassName
{
background-color: #2C581A;
}
.BgClassName
{
background-color: #2C581A;
}
</style>
border-color css
<style>
span { border-color: #2C581A; }
span { border-color: rgb(44,88,26); }
td.TdClassName
{
border-color: #2C581A;
}
.TagClassName
{
border-color: #2C581A;
}
</style>