Shades of Palm Leaf #2D5122
Tints of Palm Leaf #2D5122
RGB
CMYK
RGB Variations
Color information
#2D5122 (or 0x2D5122) is known color: Palm Leaf. HEX triplet: 2D, 51 and 22. RGB value is (45,81,34). Sum of RGB (Red+Green+Blue) = 45+81+34=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #2D5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5122 is #D2AEDD. Grayscale: #414141. Windows color (decimal): -13807326 or 2249005. OLE color: 2249005.
HSL color Cylindrical-coordinate representation of color #2D5122: hue angle of 105.96º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D5122 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 34 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.68 |
| HSL | 105.96º | 0.41% | 0.23% | - |
| HSV(B) | 105.96º | 0.58% | 0.32% | - |
| XYZ | 4.31 | 6.56 | 2.55 | - |
| YUV | 64.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 34 | 0.44 | 0 | 0.58 | 0.68 | 105.96 | 0.41 | 0.23 |
| Hex | 2D | 51 | 22 | 2C | 0 | 3A | 44 | 6A | 29 | 17 |
| Octal | 55 | 121 | 42 | 54 | 0 | 72 | 104 | 152 | 51 | 27 |
| Binary | 101101 | 1010001 | 100010 | 101100 | 0 | 111010 | 1000100 | 1101010 | 101001 | 10111 |
Color Harmonies of #2D5122
Complementary color
Monochromatic Colors of #2D5122
Black with #2D5122
Text Example
Text Example
White with #2D5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5122; }
p { color: rgb(45,81,34); }
H1.HeaderClassName
{
color: #2D5122;
}
.AnyTagClassName
{
color: #2D5122;
}
</style>
background-color css
<style>
a { background-color: #2D5122; }
a { background-color: rgb(45,81,34); }
div.DivClassName
{
background-color: #2D5122;
}
.BgClassName
{
background-color: #2D5122;
}
</style>
border-color css
<style>
span { border-color: #2D5122; }
span { border-color: rgb(45,81,34); }
td.TdClassName
{
border-color: #2D5122;
}
.TagClassName
{
border-color: #2D5122;
}
</style>