Shades of Palm Leaf #2B5622
Tints of Palm Leaf #2B5622
RGB
CMYK
RGB Variations
Color information
#2B5622 (or 0x2B5622) is known color: Palm Leaf. HEX triplet: 2B, 56 and 22. RGB value is (43,86,34). Sum of RGB (Red+Green+Blue) = 43+86+34=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5622 is #D4A9DD. Grayscale: #434343. Windows color (decimal): -13937118 or 2250283. OLE color: 2250283.
HSL color Cylindrical-coordinate representation of color #2B5622: hue angle of 109.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B5622 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 86 | 34 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.66 |
| HSL | 109.62º | 0.43% | 0.24% | - |
| HSV(B) | 109.62º | 0.6% | 0.34% | - |
| XYZ | 4.61 | 7.28 | 2.68 | - |
| YUV | 67.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 34 | 0.50 | 0 | 0.60 | 0.66 | 109.62 | 0.43 | 0.24 |
| Hex | 2B | 56 | 22 | 32 | 0 | 3C | 42 | 6E | 2B | 18 |
| Octal | 53 | 126 | 42 | 62 | 0 | 74 | 102 | 156 | 53 | 30 |
| Binary | 101011 | 1010110 | 100010 | 110010 | 0 | 111100 | 1000010 | 1101110 | 101011 | 11000 |
Color Harmonies of #2B5622
Complementary color
Monochromatic Colors of #2B5622
Black with #2B5622
Text Example
Text Example
White with #2B5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5622; }
p { color: rgb(43,86,34); }
H1.HeaderClassName
{
color: #2B5622;
}
.AnyTagClassName
{
color: #2B5622;
}
</style>
background-color css
<style>
a { background-color: #2B5622; }
a { background-color: rgb(43,86,34); }
div.DivClassName
{
background-color: #2B5622;
}
.BgClassName
{
background-color: #2B5622;
}
</style>
border-color css
<style>
span { border-color: #2B5622; }
span { border-color: rgb(43,86,34); }
td.TdClassName
{
border-color: #2B5622;
}
.TagClassName
{
border-color: #2B5622;
}
</style>