Shades of Palm Leaf #2B5112
Tints of Palm Leaf #2B5112
RGB
CMYK
RGB Variations
Color information
#2B5112 (or 0x2B5112) is known color: Palm Leaf. HEX triplet: 2B, 51 and 12. RGB value is (43,81,18). Sum of RGB (Red+Green+Blue) = 43+81+18=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5112 is #D4AEED. Grayscale: #3E3E3E. Windows color (decimal): -13938414 or 1200427. OLE color: 1200427.
HSL color Cylindrical-coordinate representation of color #2B5112: hue angle of 96.19º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5112 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 81 | 18 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.68 |
| HSL | 96.19º | 0.64% | 0.19% | - |
| HSV(B) | 96.19º | 0.78% | 0.32% | - |
| XYZ | 4.05 | 6.44 | 1.6 | - |
| YUV | 62.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 18 | 0.47 | 0 | 0.78 | 0.68 | 96.19 | 0.64 | 0.19 |
| Hex | 2B | 51 | 12 | 2F | 0 | 4E | 44 | 60 | 40 | 13 |
| Octal | 53 | 121 | 22 | 57 | 0 | 116 | 104 | 140 | 100 | 23 |
| Binary | 101011 | 1010001 | 10010 | 101111 | 0 | 1001110 | 1000100 | 1100000 | 1000000 | 10011 |
Color Harmonies of #2B5112
Complementary color
Monochromatic Colors of #2B5112
Black with #2B5112
Text Example
Text Example
White with #2B5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5112; }
p { color: rgb(43,81,18); }
H1.HeaderClassName
{
color: #2B5112;
}
.AnyTagClassName
{
color: #2B5112;
}
</style>
background-color css
<style>
a { background-color: #2B5112; }
a { background-color: rgb(43,81,18); }
div.DivClassName
{
background-color: #2B5112;
}
.BgClassName
{
background-color: #2B5112;
}
</style>
border-color css
<style>
span { border-color: #2B5112; }
span { border-color: rgb(43,81,18); }
td.TdClassName
{
border-color: #2B5112;
}
.TagClassName
{
border-color: #2B5112;
}
</style>