Shades of Palm Leaf #2B5616
Tints of Palm Leaf #2B5616
RGB
CMYK
RGB Variations
Color information
#2B5616 (or 0x2B5616) is known color: Palm Leaf. HEX triplet: 2B, 56 and 16. RGB value is (43,86,22). Sum of RGB (Red+Green+Blue) = 43+86+22=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5616 is #D4A9E9. Grayscale: #424242. Windows color (decimal): -13937130 or 1463851. OLE color: 1463851.
HSL color Cylindrical-coordinate representation of color #2B5616: hue angle of 100.31º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B5616 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 22 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.66 |
| HSL | 100.31º | 0.59% | 0.21% | - |
| HSV(B) | 100.31º | 0.74% | 0.34% | - |
| XYZ | 4.47 | 7.23 | 1.92 | - |
| YUV | 65.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 22 | 0.50 | 0 | 0.74 | 0.66 | 100.31 | 0.59 | 0.21 |
| Hex | 2B | 56 | 16 | 32 | 0 | 4A | 42 | 64 | 3B | 15 |
| Octal | 53 | 126 | 26 | 62 | 0 | 112 | 102 | 144 | 73 | 25 |
| Binary | 101011 | 1010110 | 10110 | 110010 | 0 | 1001010 | 1000010 | 1100100 | 111011 | 10101 |
Color Harmonies of #2B5616
Complementary color
Monochromatic Colors of #2B5616
Black with #2B5616
Text Example
Text Example
White with #2B5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5616; }
p { color: rgb(43,86,22); }
H1.HeaderClassName
{
color: #2B5616;
}
.AnyTagClassName
{
color: #2B5616;
}
</style>
background-color css
<style>
a { background-color: #2B5616; }
a { background-color: rgb(43,86,22); }
div.DivClassName
{
background-color: #2B5616;
}
.BgClassName
{
background-color: #2B5616;
}
</style>
border-color css
<style>
span { border-color: #2B5616; }
span { border-color: rgb(43,86,22); }
td.TdClassName
{
border-color: #2B5616;
}
.TagClassName
{
border-color: #2B5616;
}
</style>