Shades of Palm Leaf #2B4D15
Tints of Palm Leaf #2B4D15
RGB
CMYK
RGB Variations
Color information
#2B4D15 (or 0x2B4D15) is known color: Palm Leaf. HEX triplet: 2B, 4D and 15. RGB value is (43,77,21). Sum of RGB (Red+Green+Blue) = 43+77+21=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4D15 is #D4B2EA. Grayscale: #3C3C3C. Windows color (decimal): -13939435 or 1396011. OLE color: 1396011.
HSL color Cylindrical-coordinate representation of color #2B4D15: hue angle of 96.43º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B4D15 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 77 | 21 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.70 |
| HSL | 96.43º | 0.57% | 0.19% | - |
| HSV(B) | 96.43º | 0.73% | 0.3% | - |
| XYZ | 3.79 | 5.88 | 1.64 | - |
| YUV | 60.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 21 | 0.44 | 0 | 0.73 | 0.70 | 96.43 | 0.57 | 0.19 |
| Hex | 2B | 4D | 15 | 2C | 0 | 49 | 46 | 60 | 39 | 13 |
| Octal | 53 | 115 | 25 | 54 | 0 | 111 | 106 | 140 | 71 | 23 |
| Binary | 101011 | 1001101 | 10101 | 101100 | 0 | 1001001 | 1000110 | 1100000 | 111001 | 10011 |
Color Harmonies of #2B4D15
Complementary color
Monochromatic Colors of #2B4D15
Black with #2B4D15
Text Example
Text Example
White with #2B4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D15; }
p { color: rgb(43,77,21); }
H1.HeaderClassName
{
color: #2B4D15;
}
.AnyTagClassName
{
color: #2B4D15;
}
</style>
background-color css
<style>
a { background-color: #2B4D15; }
a { background-color: rgb(43,77,21); }
div.DivClassName
{
background-color: #2B4D15;
}
.BgClassName
{
background-color: #2B4D15;
}
</style>
border-color css
<style>
span { border-color: #2B4D15; }
span { border-color: rgb(43,77,21); }
td.TdClassName
{
border-color: #2B4D15;
}
.TagClassName
{
border-color: #2B4D15;
}
</style>