Shades of Palm Leaf #2D4E18
Tints of Palm Leaf #2D4E18
RGB
CMYK
RGB Variations
Color information
#2D4E18 (or 0x2D4E18) is known color: Palm Leaf. HEX triplet: 2D, 4E and 18. RGB value is (45,78,24). Sum of RGB (Red+Green+Blue) = 45+78+24=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #2D4E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4E18 is #D2B1E7. Grayscale: #3E3E3E. Windows color (decimal): -13808104 or 1592877. OLE color: 1592877.
HSL color Cylindrical-coordinate representation of color #2D4E18: hue angle of 96.67º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D4E18 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 78 | 24 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.69 |
| HSL | 96.67º | 0.53% | 0.2% | - |
| HSV(B) | 96.67º | 0.69% | 0.31% | - |
| XYZ | 3.97 | 6.07 | 1.83 | - |
| YUV | 61.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 24 | 0.42 | 0 | 0.69 | 0.69 | 96.67 | 0.53 | 0.2 |
| Hex | 2D | 4E | 18 | 2A | 0 | 45 | 45 | 61 | 35 | 14 |
| Octal | 55 | 116 | 30 | 52 | 0 | 105 | 105 | 141 | 65 | 24 |
| Binary | 101101 | 1001110 | 11000 | 101010 | 0 | 1000101 | 1000101 | 1100001 | 110101 | 10100 |
Color Harmonies of #2D4E18
Complementary color
Monochromatic Colors of #2D4E18
Black with #2D4E18
Text Example
Text Example
White with #2D4E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E18; }
p { color: rgb(45,78,24); }
H1.HeaderClassName
{
color: #2D4E18;
}
.AnyTagClassName
{
color: #2D4E18;
}
</style>
background-color css
<style>
a { background-color: #2D4E18; }
a { background-color: rgb(45,78,24); }
div.DivClassName
{
background-color: #2D4E18;
}
.BgClassName
{
background-color: #2D4E18;
}
</style>
border-color css
<style>
span { border-color: #2D4E18; }
span { border-color: rgb(45,78,24); }
td.TdClassName
{
border-color: #2D4E18;
}
.TagClassName
{
border-color: #2D4E18;
}
</style>