Shades of Palm Leaf #2D5A15
Tints of Palm Leaf #2D5A15
RGB
CMYK
RGB Variations
Color information
#2D5A15 (or 0x2D5A15) is known color: Palm Leaf. HEX triplet: 2D, 5A and 15. RGB value is (45,90,21). Sum of RGB (Red+Green+Blue) = 45+90+21=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5A15 is #D2A5EA. Grayscale: #444444. Windows color (decimal): -13805035 or 1399341. OLE color: 1399341.
HSL color Cylindrical-coordinate representation of color #2D5A15: hue angle of 99.13º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D5A15 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 21 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.65 |
| HSL | 99.13º | 0.62% | 0.22% | - |
| HSV(B) | 99.13º | 0.77% | 0.35% | - |
| XYZ | 4.87 | 7.92 | 1.98 | - |
| YUV | 68.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 21 | 0.50 | 0 | 0.77 | 0.65 | 99.13 | 0.62 | 0.22 |
| Hex | 2D | 5A | 15 | 32 | 0 | 4D | 41 | 63 | 3E | 16 |
| Octal | 55 | 132 | 25 | 62 | 0 | 115 | 101 | 143 | 76 | 26 |
| Binary | 101101 | 1011010 | 10101 | 110010 | 0 | 1001101 | 1000001 | 1100011 | 111110 | 10110 |
Color Harmonies of #2D5A15
Complementary color
Monochromatic Colors of #2D5A15
Black with #2D5A15
Text Example
Text Example
White with #2D5A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A15; }
p { color: rgb(45,90,21); }
H1.HeaderClassName
{
color: #2D5A15;
}
.AnyTagClassName
{
color: #2D5A15;
}
</style>
background-color css
<style>
a { background-color: #2D5A15; }
a { background-color: rgb(45,90,21); }
div.DivClassName
{
background-color: #2D5A15;
}
.BgClassName
{
background-color: #2D5A15;
}
</style>
border-color css
<style>
span { border-color: #2D5A15; }
span { border-color: rgb(45,90,21); }
td.TdClassName
{
border-color: #2D5A15;
}
.TagClassName
{
border-color: #2D5A15;
}
</style>