Shades of Palm Leaf #2B581B
Tints of Palm Leaf #2B581B
RGB
CMYK
RGB Variations
Color information
#2B581B (or 0x2B581B) is known color: Palm Leaf. HEX triplet: 2B, 58 and 1B. RGB value is (43,88,27). Sum of RGB (Red+Green+Blue) = 43+88+27=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #2B581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B581B is #D4A7E4. Grayscale: #434343. Windows color (decimal): -13936613 or 1792043. OLE color: 1792043.
HSL color Cylindrical-coordinate representation of color #2B581B: hue angle of 104.26º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B581B is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 27 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.65 |
| HSL | 104.26º | 0.53% | 0.23% | - |
| HSV(B) | 104.26º | 0.69% | 0.35% | - |
| XYZ | 4.68 | 7.57 | 2.25 | - |
| YUV | 67.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 27 | 0.51 | 0 | 0.69 | 0.65 | 104.26 | 0.53 | 0.23 |
| Hex | 2B | 58 | 1B | 33 | 0 | 45 | 41 | 68 | 35 | 17 |
| Octal | 53 | 130 | 33 | 63 | 0 | 105 | 101 | 150 | 65 | 27 |
| Binary | 101011 | 1011000 | 11011 | 110011 | 0 | 1000101 | 1000001 | 1101000 | 110101 | 10111 |
Color Harmonies of #2B581B
Complementary color
Monochromatic Colors of #2B581B
Black with #2B581B
Text Example
Text Example
White with #2B581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B581B; }
p { color: rgb(43,88,27); }
H1.HeaderClassName
{
color: #2B581B;
}
.AnyTagClassName
{
color: #2B581B;
}
</style>
background-color css
<style>
a { background-color: #2B581B; }
a { background-color: rgb(43,88,27); }
div.DivClassName
{
background-color: #2B581B;
}
.BgClassName
{
background-color: #2B581B;
}
</style>
border-color css
<style>
span { border-color: #2B581B; }
span { border-color: rgb(43,88,27); }
td.TdClassName
{
border-color: #2B581B;
}
.TagClassName
{
border-color: #2B581B;
}
</style>