Shades of Palm Leaf #2B5422
Tints of Palm Leaf #2B5422
RGB
CMYK
RGB Variations
Color information
#2B5422 (or 0x2B5422) is known color: Palm Leaf. HEX triplet: 2B, 54 and 22. RGB value is (43,84,34). Sum of RGB (Red+Green+Blue) = 43+84+34=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5422 is #D4ABDD. Grayscale: #424242. Windows color (decimal): -13937630 or 2249771. OLE color: 2249771.
HSL color Cylindrical-coordinate representation of color #2B5422: hue angle of 109.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B5422 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 34 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.67 |
| HSL | 109.2º | 0.42% | 0.23% | - |
| HSV(B) | 109.2º | 0.6% | 0.33% | - |
| XYZ | 4.46 | 6.97 | 2.62 | - |
| YUV | 66.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 34 | 0.49 | 0 | 0.60 | 0.67 | 109.2 | 0.42 | 0.23 |
| Hex | 2B | 54 | 22 | 31 | 0 | 3C | 43 | 6D | 2A | 17 |
| Octal | 53 | 124 | 42 | 61 | 0 | 74 | 103 | 155 | 52 | 27 |
| Binary | 101011 | 1010100 | 100010 | 110001 | 0 | 111100 | 1000011 | 1101101 | 101010 | 10111 |
Color Harmonies of #2B5422
Complementary color
Monochromatic Colors of #2B5422
Black with #2B5422
Text Example
Text Example
White with #2B5422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5422; }
p { color: rgb(43,84,34); }
H1.HeaderClassName
{
color: #2B5422;
}
.AnyTagClassName
{
color: #2B5422;
}
</style>
background-color css
<style>
a { background-color: #2B5422; }
a { background-color: rgb(43,84,34); }
div.DivClassName
{
background-color: #2B5422;
}
.BgClassName
{
background-color: #2B5422;
}
</style>
border-color css
<style>
span { border-color: #2B5422; }
span { border-color: rgb(43,84,34); }
td.TdClassName
{
border-color: #2B5422;
}
.TagClassName
{
border-color: #2B5422;
}
</style>