Shades of Palm Leaf #2D590F
Tints of Palm Leaf #2D590F
RGB
CMYK
RGB Variations
Color information
#2D590F (or 0x2D590F) is known color: Palm Leaf. HEX triplet: 2D, 59 and 0F. RGB value is (45,89,15). Sum of RGB (Red+Green+Blue) = 45+89+15=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #2D590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D590F is #D2A6F0. Grayscale: #434343. Windows color (decimal): -13805297 or 1005869. OLE color: 1005869.
HSL color Cylindrical-coordinate representation of color #2D590F: hue angle of 95.68º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D590F is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 15 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.65 |
| HSL | 95.68º | 0.71% | 0.2% | - |
| HSV(B) | 95.68º | 0.83% | 0.35% | - |
| XYZ | 4.74 | 7.74 | 1.7 | - |
| YUV | 67.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 15 | 0.49 | 0 | 0.83 | 0.65 | 95.68 | 0.71 | 0.2 |
| Hex | 2D | 59 | F | 31 | 0 | 53 | 41 | 60 | 47 | 14 |
| Octal | 55 | 131 | 17 | 61 | 0 | 123 | 101 | 140 | 107 | 24 |
| Binary | 101101 | 1011001 | 1111 | 110001 | 0 | 1010011 | 1000001 | 1100000 | 1000111 | 10100 |
Color Harmonies of #2D590F
Complementary color
Monochromatic Colors of #2D590F
Black with #2D590F
Text Example
Text Example
White with #2D590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D590F; }
p { color: rgb(45,89,15); }
H1.HeaderClassName
{
color: #2D590F;
}
.AnyTagClassName
{
color: #2D590F;
}
</style>
background-color css
<style>
a { background-color: #2D590F; }
a { background-color: rgb(45,89,15); }
div.DivClassName
{
background-color: #2D590F;
}
.BgClassName
{
background-color: #2D590F;
}
</style>
border-color css
<style>
span { border-color: #2D590F; }
span { border-color: rgb(45,89,15); }
td.TdClassName
{
border-color: #2D590F;
}
.TagClassName
{
border-color: #2D590F;
}
</style>