Shades of Palm Leaf #2D5910
Tints of Palm Leaf #2D5910
RGB
CMYK
RGB Variations
Color information
#2D5910 (or 0x2D5910) is known color: Palm Leaf. HEX triplet: 2D, 59 and 10. RGB value is (45,89,16). Sum of RGB (Red+Green+Blue) = 45+89+16=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5910 is #D2A6EF. Grayscale: #434343. Windows color (decimal): -13805296 or 1071405. OLE color: 1071405.
HSL color Cylindrical-coordinate representation of color #2D5910: hue angle of 96.16º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5910 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 16 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.65 |
| HSL | 96.16º | 0.7% | 0.21% | - |
| HSV(B) | 96.16º | 0.82% | 0.35% | - |
| XYZ | 4.75 | 7.74 | 1.73 | - |
| YUV | 67.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 16 | 0.49 | 0 | 0.82 | 0.65 | 96.16 | 0.7 | 0.21 |
| Hex | 2D | 59 | 10 | 31 | 0 | 52 | 41 | 60 | 46 | 15 |
| Octal | 55 | 131 | 20 | 61 | 0 | 122 | 101 | 140 | 106 | 25 |
| Binary | 101101 | 1011001 | 10000 | 110001 | 0 | 1010010 | 1000001 | 1100000 | 1000110 | 10101 |
Color Harmonies of #2D5910
Complementary color
Monochromatic Colors of #2D5910
Black with #2D5910
Text Example
Text Example
White with #2D5910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5910; }
p { color: rgb(45,89,16); }
H1.HeaderClassName
{
color: #2D5910;
}
.AnyTagClassName
{
color: #2D5910;
}
</style>
background-color css
<style>
a { background-color: #2D5910; }
a { background-color: rgb(45,89,16); }
div.DivClassName
{
background-color: #2D5910;
}
.BgClassName
{
background-color: #2D5910;
}
</style>
border-color css
<style>
span { border-color: #2D5910; }
span { border-color: rgb(45,89,16); }
td.TdClassName
{
border-color: #2D5910;
}
.TagClassName
{
border-color: #2D5910;
}
</style>