Shades of Palm Leaf #2B5320
Tints of Palm Leaf #2B5320
RGB
CMYK
RGB Variations
Color information
#2B5320 (or 0x2B5320) is known color: Palm Leaf. HEX triplet: 2B, 53 and 20. RGB value is (43,83,32). Sum of RGB (Red+Green+Blue) = 43+83+32=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5320 is #D4ACDF. Grayscale: #414141. Windows color (decimal): -13937888 or 2118443. OLE color: 2118443.
HSL color Cylindrical-coordinate representation of color #2B5320: hue angle of 107.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B5320 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 32 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.67 |
| HSL | 107.06º | 0.44% | 0.23% | - |
| HSV(B) | 107.06º | 0.61% | 0.33% | - |
| XYZ | 4.35 | 6.8 | 2.45 | - |
| YUV | 65.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 32 | 0.48 | 0 | 0.61 | 0.67 | 107.06 | 0.44 | 0.23 |
| Hex | 2B | 53 | 20 | 30 | 0 | 3D | 43 | 6B | 2C | 17 |
| Octal | 53 | 123 | 40 | 60 | 0 | 75 | 103 | 153 | 54 | 27 |
| Binary | 101011 | 1010011 | 100000 | 110000 | 0 | 111101 | 1000011 | 1101011 | 101100 | 10111 |
Color Harmonies of #2B5320
Complementary color
Monochromatic Colors of #2B5320
Black with #2B5320
Text Example
Text Example
White with #2B5320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5320; }
p { color: rgb(43,83,32); }
H1.HeaderClassName
{
color: #2B5320;
}
.AnyTagClassName
{
color: #2B5320;
}
</style>
background-color css
<style>
a { background-color: #2B5320; }
a { background-color: rgb(43,83,32); }
div.DivClassName
{
background-color: #2B5320;
}
.BgClassName
{
background-color: #2B5320;
}
</style>
border-color css
<style>
span { border-color: #2B5320; }
span { border-color: rgb(43,83,32); }
td.TdClassName
{
border-color: #2B5320;
}
.TagClassName
{
border-color: #2B5320;
}
</style>