Shades of Palm Leaf #2B4E16
Tints of Palm Leaf #2B4E16
RGB
CMYK
RGB Variations
Color information
#2B4E16 (or 0x2B4E16) is known color: Palm Leaf. HEX triplet: 2B, 4E and 16. RGB value is (43,78,22). Sum of RGB (Red+Green+Blue) = 43+78+22=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4E16 is #D4B1E9. Grayscale: #3D3D3D. Windows color (decimal): -13939178 or 1461803. OLE color: 1461803.
HSL color Cylindrical-coordinate representation of color #2B4E16: hue angle of 97.5º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B4E16 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 78 | 22 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.69 |
| HSL | 97.5º | 0.56% | 0.2% | - |
| HSV(B) | 97.5º | 0.72% | 0.31% | - |
| XYZ | 3.87 | 6.02 | 1.72 | - |
| YUV | 61.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 22 | 0.45 | 0 | 0.72 | 0.69 | 97.5 | 0.56 | 0.2 |
| Hex | 2B | 4E | 16 | 2D | 0 | 48 | 45 | 62 | 38 | 14 |
| Octal | 53 | 116 | 26 | 55 | 0 | 110 | 105 | 142 | 70 | 24 |
| Binary | 101011 | 1001110 | 10110 | 101101 | 0 | 1001000 | 1000101 | 1100010 | 111000 | 10100 |
Color Harmonies of #2B4E16
Complementary color
Monochromatic Colors of #2B4E16
Black with #2B4E16
Text Example
Text Example
White with #2B4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4E16; }
p { color: rgb(43,78,22); }
H1.HeaderClassName
{
color: #2B4E16;
}
.AnyTagClassName
{
color: #2B4E16;
}
</style>
background-color css
<style>
a { background-color: #2B4E16; }
a { background-color: rgb(43,78,22); }
div.DivClassName
{
background-color: #2B4E16;
}
.BgClassName
{
background-color: #2B4E16;
}
</style>
border-color css
<style>
span { border-color: #2B4E16; }
span { border-color: rgb(43,78,22); }
td.TdClassName
{
border-color: #2B4E16;
}
.TagClassName
{
border-color: #2B4E16;
}
</style>