Shades of Palm Leaf #2D5A16
Tints of Palm Leaf #2D5A16
RGB
CMYK
RGB Variations
Color information
#2D5A16 (or 0x2D5A16) is known color: Palm Leaf. HEX triplet: 2D, 5A and 16. RGB value is (45,90,22). Sum of RGB (Red+Green+Blue) = 45+90+22=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5A16 is #D2A5E9. Grayscale: #454545. Windows color (decimal): -13805034 or 1464877. OLE color: 1464877.
HSL color Cylindrical-coordinate representation of color #2D5A16: hue angle of 99.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5A16 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 22 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.65 |
| HSL | 99.71º | 0.61% | 0.22% | - |
| HSV(B) | 99.71º | 0.76% | 0.35% | - |
| XYZ | 4.88 | 7.93 | 2.03 | - |
| YUV | 68.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 22 | 0.50 | 0 | 0.76 | 0.65 | 99.71 | 0.61 | 0.22 |
| Hex | 2D | 5A | 16 | 32 | 0 | 4C | 41 | 64 | 3D | 16 |
| Octal | 55 | 132 | 26 | 62 | 0 | 114 | 101 | 144 | 75 | 26 |
| Binary | 101101 | 1011010 | 10110 | 110010 | 0 | 1001100 | 1000001 | 1100100 | 111101 | 10110 |
Color Harmonies of #2D5A16
Complementary color
Monochromatic Colors of #2D5A16
Black with #2D5A16
Text Example
Text Example
White with #2D5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A16; }
p { color: rgb(45,90,22); }
H1.HeaderClassName
{
color: #2D5A16;
}
.AnyTagClassName
{
color: #2D5A16;
}
</style>
background-color css
<style>
a { background-color: #2D5A16; }
a { background-color: rgb(45,90,22); }
div.DivClassName
{
background-color: #2D5A16;
}
.BgClassName
{
background-color: #2D5A16;
}
</style>
border-color css
<style>
span { border-color: #2D5A16; }
span { border-color: rgb(45,90,22); }
td.TdClassName
{
border-color: #2D5A16;
}
.TagClassName
{
border-color: #2D5A16;
}
</style>