Shades of Palm Leaf #2D5125
Tints of Palm Leaf #2D5125
RGB
CMYK
RGB Variations
Color information
#2D5125 (or 0x2D5125) is known color: Palm Leaf. HEX triplet: 2D, 51 and 25. RGB value is (45,81,37). Sum of RGB (Red+Green+Blue) = 45+81+37=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5125 is #D2AEDA. Grayscale: #414141. Windows color (decimal): -13807323 or 2445613. OLE color: 2445613.
HSL color Cylindrical-coordinate representation of color #2D5125: hue angle of 109.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D5125 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 37 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.68 |
| HSL | 109.09º | 0.37% | 0.23% | - |
| HSV(B) | 109.09º | 0.54% | 0.32% | - |
| XYZ | 4.36 | 6.58 | 2.79 | - |
| YUV | 65.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 37 | 0.44 | 0 | 0.54 | 0.68 | 109.09 | 0.37 | 0.23 |
| Hex | 2D | 51 | 25 | 2C | 0 | 36 | 44 | 6D | 25 | 17 |
| Octal | 55 | 121 | 45 | 54 | 0 | 66 | 104 | 155 | 45 | 27 |
| Binary | 101101 | 1010001 | 100101 | 101100 | 0 | 110110 | 1000100 | 1101101 | 100101 | 10111 |
Color Harmonies of #2D5125
Complementary color
Monochromatic Colors of #2D5125
Black with #2D5125
Text Example
Text Example
White with #2D5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5125; }
p { color: rgb(45,81,37); }
H1.HeaderClassName
{
color: #2D5125;
}
.AnyTagClassName
{
color: #2D5125;
}
</style>
background-color css
<style>
a { background-color: #2D5125; }
a { background-color: rgb(45,81,37); }
div.DivClassName
{
background-color: #2D5125;
}
.BgClassName
{
background-color: #2D5125;
}
</style>
border-color css
<style>
span { border-color: #2D5125; }
span { border-color: rgb(45,81,37); }
td.TdClassName
{
border-color: #2D5125;
}
.TagClassName
{
border-color: #2D5125;
}
</style>