Shades of Palm Leaf #2D4F19
Tints of Palm Leaf #2D4F19
RGB
CMYK
RGB Variations
Color information
#2D4F19 (or 0x2D4F19) is known color: Palm Leaf. HEX triplet: 2D, 4F and 19. RGB value is (45,79,25). Sum of RGB (Red+Green+Blue) = 45+79+25=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D4F19 is #D2B0E6. Grayscale: #3E3E3E. Windows color (decimal): -13807847 or 1658669. OLE color: 1658669.
HSL color Cylindrical-coordinate representation of color #2D4F19: hue angle of 97.78º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D4F19 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 25 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.69 |
| HSL | 97.78º | 0.52% | 0.2% | - |
| HSV(B) | 97.78º | 0.68% | 0.31% | - |
| XYZ | 4.05 | 6.22 | 1.91 | - |
| YUV | 62.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 25 | 0.43 | 0 | 0.68 | 0.69 | 97.78 | 0.52 | 0.2 |
| Hex | 2D | 4F | 19 | 2B | 0 | 44 | 45 | 62 | 34 | 14 |
| Octal | 55 | 117 | 31 | 53 | 0 | 104 | 105 | 142 | 64 | 24 |
| Binary | 101101 | 1001111 | 11001 | 101011 | 0 | 1000100 | 1000101 | 1100010 | 110100 | 10100 |
Color Harmonies of #2D4F19
Complementary color
Monochromatic Colors of #2D4F19
Black with #2D4F19
Text Example
Text Example
White with #2D4F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F19; }
p { color: rgb(45,79,25); }
H1.HeaderClassName
{
color: #2D4F19;
}
.AnyTagClassName
{
color: #2D4F19;
}
</style>
background-color css
<style>
a { background-color: #2D4F19; }
a { background-color: rgb(45,79,25); }
div.DivClassName
{
background-color: #2D4F19;
}
.BgClassName
{
background-color: #2D4F19;
}
</style>
border-color css
<style>
span { border-color: #2D4F19; }
span { border-color: rgb(45,79,25); }
td.TdClassName
{
border-color: #2D4F19;
}
.TagClassName
{
border-color: #2D4F19;
}
</style>