Shades of Palm Leaf #2D5A24
Tints of Palm Leaf #2D5A24
RGB
CMYK
RGB Variations
Color information
#2D5A24 (or 0x2D5A24) is known color: Palm Leaf. HEX triplet: 2D, 5A and 24. RGB value is (45,90,36). Sum of RGB (Red+Green+Blue) = 45+90+36=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A24 is #D2A5DB. Grayscale: #464646. Windows color (decimal): -13805020 or 2382381. OLE color: 2382381.
HSL color Cylindrical-coordinate representation of color #2D5A24: hue angle of 110º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5A24 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 36 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.65 |
| HSL | 110º | 0.43% | 0.25% | - |
| HSV(B) | 110º | 0.6% | 0.35% | - |
| XYZ | 5.06 | 8 | 2.95 | - |
| YUV | 70.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 36 | 0.50 | 0 | 0.60 | 0.65 | 110 | 0.43 | 0.25 |
| Hex | 2D | 5A | 24 | 32 | 0 | 3C | 41 | 6E | 2B | 19 |
| Octal | 55 | 132 | 44 | 62 | 0 | 74 | 101 | 156 | 53 | 31 |
| Binary | 101101 | 1011010 | 100100 | 110010 | 0 | 111100 | 1000001 | 1101110 | 101011 | 11001 |
Color Harmonies of #2D5A24
Complementary color
Monochromatic Colors of #2D5A24
Black with #2D5A24
Text Example
Text Example
White with #2D5A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A24; }
p { color: rgb(45,90,36); }
H1.HeaderClassName
{
color: #2D5A24;
}
.AnyTagClassName
{
color: #2D5A24;
}
</style>
background-color css
<style>
a { background-color: #2D5A24; }
a { background-color: rgb(45,90,36); }
div.DivClassName
{
background-color: #2D5A24;
}
.BgClassName
{
background-color: #2D5A24;
}
</style>
border-color css
<style>
span { border-color: #2D5A24; }
span { border-color: rgb(45,90,36); }
td.TdClassName
{
border-color: #2D5A24;
}
.TagClassName
{
border-color: #2D5A24;
}
</style>