Shades of Palm Leaf #2C590D
Tints of Palm Leaf #2C590D
RGB
CMYK
RGB Variations
Color information
#2C590D (or 0x2C590D) is known color: Palm Leaf. HEX triplet: 2C, 59 and 0D. RGB value is (44,89,13). Sum of RGB (Red+Green+Blue) = 44+89+13=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #2C590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C590D is #D3A6F2. Grayscale: #434343. Windows color (decimal): -13870835 or 874796. OLE color: 874796.
HSL color Cylindrical-coordinate representation of color #2C590D: hue angle of 95.53º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C590D is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 89 | 13 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.65 |
| HSL | 95.53º | 0.75% | 0.2% | - |
| HSV(B) | 95.53º | 0.85% | 0.35% | - |
| XYZ | 4.68 | 7.71 | 1.62 | - |
| YUV | 66.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 13 | 0.51 | 0 | 0.85 | 0.65 | 95.53 | 0.75 | 0.2 |
| Hex | 2C | 59 | D | 33 | 0 | 55 | 41 | 60 | 4B | 14 |
| Octal | 54 | 131 | 15 | 63 | 0 | 125 | 101 | 140 | 113 | 24 |
| Binary | 101100 | 1011001 | 1101 | 110011 | 0 | 1010101 | 1000001 | 1100000 | 1001011 | 10100 |
Color Harmonies of #2C590D
Complementary color
Monochromatic Colors of #2C590D
Black with #2C590D
Text Example
Text Example
White with #2C590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C590D; }
p { color: rgb(44,89,13); }
H1.HeaderClassName
{
color: #2C590D;
}
.AnyTagClassName
{
color: #2C590D;
}
</style>
background-color css
<style>
a { background-color: #2C590D; }
a { background-color: rgb(44,89,13); }
div.DivClassName
{
background-color: #2C590D;
}
.BgClassName
{
background-color: #2C590D;
}
</style>
border-color css
<style>
span { border-color: #2C590D; }
span { border-color: rgb(44,89,13); }
td.TdClassName
{
border-color: #2C590D;
}
.TagClassName
{
border-color: #2C590D;
}
</style>