Shades of Palm Leaf #2B521F
Tints of Palm Leaf #2B521F
RGB
CMYK
RGB Variations
Color information
#2B521F (or 0x2B521F) is known color: Palm Leaf. HEX triplet: 2B, 52 and 1F. RGB value is (43,82,31). Sum of RGB (Red+Green+Blue) = 43+82+31=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #2B521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B521F is #D4ADE0. Grayscale: #404040. Windows color (decimal): -13938145 or 2052651. OLE color: 2052651.
HSL color Cylindrical-coordinate representation of color #2B521F: hue angle of 105.88º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B521F is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 82 | 31 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.68 |
| HSL | 105.88º | 0.45% | 0.22% | - |
| HSV(B) | 105.88º | 0.62% | 0.32% | - |
| XYZ | 4.26 | 6.65 | 2.35 | - |
| YUV | 64.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 31 | 0.48 | 0 | 0.62 | 0.68 | 105.88 | 0.45 | 0.22 |
| Hex | 2B | 52 | 1F | 30 | 0 | 3E | 44 | 6A | 2D | 16 |
| Octal | 53 | 122 | 37 | 60 | 0 | 76 | 104 | 152 | 55 | 26 |
| Binary | 101011 | 1010010 | 11111 | 110000 | 0 | 111110 | 1000100 | 1101010 | 101101 | 10110 |
Color Harmonies of #2B521F
Complementary color
Monochromatic Colors of #2B521F
Black with #2B521F
Text Example
Text Example
White with #2B521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B521F; }
p { color: rgb(43,82,31); }
H1.HeaderClassName
{
color: #2B521F;
}
.AnyTagClassName
{
color: #2B521F;
}
</style>
background-color css
<style>
a { background-color: #2B521F; }
a { background-color: rgb(43,82,31); }
div.DivClassName
{
background-color: #2B521F;
}
.BgClassName
{
background-color: #2B521F;
}
</style>
border-color css
<style>
span { border-color: #2B521F; }
span { border-color: rgb(43,82,31); }
td.TdClassName
{
border-color: #2B521F;
}
.TagClassName
{
border-color: #2B521F;
}
</style>