Shades of Palm Leaf #2D5224
Tints of Palm Leaf #2D5224
RGB
CMYK
RGB Variations
Color information
#2D5224 (or 0x2D5224) is known color: Palm Leaf. HEX triplet: 2D, 52 and 24. RGB value is (45,82,36). Sum of RGB (Red+Green+Blue) = 45+82+36=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5224 is #D2ADDB. Grayscale: #414141. Windows color (decimal): -13807068 or 2380333. OLE color: 2380333.
HSL color Cylindrical-coordinate representation of color #2D5224: hue angle of 108.26º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D5224 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 36 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.68 |
| HSL | 108.26º | 0.39% | 0.23% | - |
| HSV(B) | 108.26º | 0.56% | 0.32% | - |
| XYZ | 4.42 | 6.72 | 2.73 | - |
| YUV | 65.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 36 | 0.45 | 0 | 0.56 | 0.68 | 108.26 | 0.39 | 0.23 |
| Hex | 2D | 52 | 24 | 2D | 0 | 38 | 44 | 6C | 27 | 17 |
| Octal | 55 | 122 | 44 | 55 | 0 | 70 | 104 | 154 | 47 | 27 |
| Binary | 101101 | 1010010 | 100100 | 101101 | 0 | 111000 | 1000100 | 1101100 | 100111 | 10111 |
Color Harmonies of #2D5224
Complementary color
Monochromatic Colors of #2D5224
Black with #2D5224
Text Example
Text Example
White with #2D5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5224; }
p { color: rgb(45,82,36); }
H1.HeaderClassName
{
color: #2D5224;
}
.AnyTagClassName
{
color: #2D5224;
}
</style>
background-color css
<style>
a { background-color: #2D5224; }
a { background-color: rgb(45,82,36); }
div.DivClassName
{
background-color: #2D5224;
}
.BgClassName
{
background-color: #2D5224;
}
</style>
border-color css
<style>
span { border-color: #2D5224; }
span { border-color: rgb(45,82,36); }
td.TdClassName
{
border-color: #2D5224;
}
.TagClassName
{
border-color: #2D5224;
}
</style>