Shades of Palm Leaf #2D4928
Tints of Palm Leaf #2D4928
RGB
CMYK
RGB Variations
Color information
#2D4928 (or 0x2D4928) is known color: Palm Leaf. HEX triplet: 2D, 49 and 28. RGB value is (45,73,40). Sum of RGB (Red+Green+Blue) = 45+73+40=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4928 is #D2B6D7. Grayscale: #3C3C3C. Windows color (decimal): -13809368 or 2640173. OLE color: 2640173.
HSL color Cylindrical-coordinate representation of color #2D4928: hue angle of 110.91º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D4928 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 40 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.71 |
| HSL | 110.91º | 0.29% | 0.22% | - |
| HSV(B) | 110.91º | 0.45% | 0.29% | - |
| XYZ | 3.85 | 5.48 | 2.86 | - |
| YUV | 60.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 40 | 0.38 | 0 | 0.45 | 0.71 | 110.91 | 0.29 | 0.22 |
| Hex | 2D | 49 | 28 | 26 | 0 | 2D | 47 | 6F | 1D | 16 |
| Octal | 55 | 111 | 50 | 46 | 0 | 55 | 107 | 157 | 35 | 26 |
| Binary | 101101 | 1001001 | 101000 | 100110 | 0 | 101101 | 1000111 | 1101111 | 11101 | 10110 |
Color Harmonies of #2D4928
Complementary color
Monochromatic Colors of #2D4928
Black with #2D4928
Text Example
Text Example
White with #2D4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4928; }
p { color: rgb(45,73,40); }
H1.HeaderClassName
{
color: #2D4928;
}
.AnyTagClassName
{
color: #2D4928;
}
</style>
background-color css
<style>
a { background-color: #2D4928; }
a { background-color: rgb(45,73,40); }
div.DivClassName
{
background-color: #2D4928;
}
.BgClassName
{
background-color: #2D4928;
}
</style>
border-color css
<style>
span { border-color: #2D4928; }
span { border-color: rgb(45,73,40); }
td.TdClassName
{
border-color: #2D4928;
}
.TagClassName
{
border-color: #2D4928;
}
</style>