Shades of Palm Leaf #2D591C
Tints of Palm Leaf #2D591C
RGB
CMYK
RGB Variations
Color information
#2D591C (or 0x2D591C) is known color: Palm Leaf. HEX triplet: 2D, 59 and 1C. RGB value is (45,89,28). Sum of RGB (Red+Green+Blue) = 45+89+28=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #2D591C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D591C is #D2A6E3. Grayscale: #454545. Windows color (decimal): -13805284 or 1857837. OLE color: 1857837.
HSL color Cylindrical-coordinate representation of color #2D591C: hue angle of 103.28º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D591C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 28 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.65 |
| HSL | 103.28º | 0.52% | 0.23% | - |
| HSV(B) | 103.28º | 0.69% | 0.35% | - |
| XYZ | 4.86 | 7.79 | 2.35 | - |
| YUV | 68.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 28 | 0.49 | 0 | 0.69 | 0.65 | 103.28 | 0.52 | 0.23 |
| Hex | 2D | 59 | 1C | 31 | 0 | 45 | 41 | 67 | 34 | 17 |
| Octal | 55 | 131 | 34 | 61 | 0 | 105 | 101 | 147 | 64 | 27 |
| Binary | 101101 | 1011001 | 11100 | 110001 | 0 | 1000101 | 1000001 | 1100111 | 110100 | 10111 |
Color Harmonies of #2D591C
Complementary color
Monochromatic Colors of #2D591C
Black with #2D591C
Text Example
Text Example
White with #2D591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D591C; }
p { color: rgb(45,89,28); }
H1.HeaderClassName
{
color: #2D591C;
}
.AnyTagClassName
{
color: #2D591C;
}
</style>
background-color css
<style>
a { background-color: #2D591C; }
a { background-color: rgb(45,89,28); }
div.DivClassName
{
background-color: #2D591C;
}
.BgClassName
{
background-color: #2D591C;
}
</style>
border-color css
<style>
span { border-color: #2D591C; }
span { border-color: rgb(45,89,28); }
td.TdClassName
{
border-color: #2D591C;
}
.TagClassName
{
border-color: #2D591C;
}
</style>