Shades of Palm Leaf #2B581A
Tints of Palm Leaf #2B581A
RGB
CMYK
RGB Variations
Color information
#2B581A (or 0x2B581A) is known color: Palm Leaf. HEX triplet: 2B, 58 and 1A. RGB value is (43,88,26). Sum of RGB (Red+Green+Blue) = 43+88+26=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #2B581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B581A is #D4A7E5. Grayscale: #434343. Windows color (decimal): -13936614 or 1726507. OLE color: 1726507.
HSL color Cylindrical-coordinate representation of color #2B581A: hue angle of 103.55º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B581A is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 88 | 26 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.65 |
| HSL | 103.55º | 0.54% | 0.22% | - |
| HSV(B) | 103.55º | 0.7% | 0.35% | - |
| XYZ | 4.67 | 7.57 | 2.19 | - |
| YUV | 67.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 26 | 0.51 | 0 | 0.70 | 0.65 | 103.55 | 0.54 | 0.22 |
| Hex | 2B | 58 | 1A | 33 | 0 | 46 | 41 | 68 | 36 | 16 |
| Octal | 53 | 130 | 32 | 63 | 0 | 106 | 101 | 150 | 66 | 26 |
| Binary | 101011 | 1011000 | 11010 | 110011 | 0 | 1000110 | 1000001 | 1101000 | 110110 | 10110 |
Color Harmonies of #2B581A
Complementary color
Monochromatic Colors of #2B581A
Black with #2B581A
Text Example
Text Example
White with #2B581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B581A; }
p { color: rgb(43,88,26); }
H1.HeaderClassName
{
color: #2B581A;
}
.AnyTagClassName
{
color: #2B581A;
}
</style>
background-color css
<style>
a { background-color: #2B581A; }
a { background-color: rgb(43,88,26); }
div.DivClassName
{
background-color: #2B581A;
}
.BgClassName
{
background-color: #2B581A;
}
</style>
border-color css
<style>
span { border-color: #2B581A; }
span { border-color: rgb(43,88,26); }
td.TdClassName
{
border-color: #2B581A;
}
.TagClassName
{
border-color: #2B581A;
}
</style>