Shades of Palm Leaf #2B531F
Tints of Palm Leaf #2B531F
RGB
CMYK
RGB Variations
Color information
#2B531F (or 0x2B531F) is known color: Palm Leaf. HEX triplet: 2B, 53 and 1F. RGB value is (43,83,31). Sum of RGB (Red+Green+Blue) = 43+83+31=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #2B531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B531F is #D4ACE0. Grayscale: #414141. Windows color (decimal): -13937889 or 2052907. OLE color: 2052907.
HSL color Cylindrical-coordinate representation of color #2B531F: hue angle of 106.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B531F is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 31 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.67 |
| HSL | 106.15º | 0.46% | 0.22% | - |
| HSV(B) | 106.15º | 0.63% | 0.33% | - |
| XYZ | 4.34 | 6.8 | 2.38 | - |
| YUV | 65.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 31 | 0.48 | 0 | 0.63 | 0.67 | 106.15 | 0.46 | 0.22 |
| Hex | 2B | 53 | 1F | 30 | 0 | 3F | 43 | 6A | 2E | 16 |
| Octal | 53 | 123 | 37 | 60 | 0 | 77 | 103 | 152 | 56 | 26 |
| Binary | 101011 | 1010011 | 11111 | 110000 | 0 | 111111 | 1000011 | 1101010 | 101110 | 10110 |
Color Harmonies of #2B531F
Complementary color
Monochromatic Colors of #2B531F
Black with #2B531F
Text Example
Text Example
White with #2B531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B531F; }
p { color: rgb(43,83,31); }
H1.HeaderClassName
{
color: #2B531F;
}
.AnyTagClassName
{
color: #2B531F;
}
</style>
background-color css
<style>
a { background-color: #2B531F; }
a { background-color: rgb(43,83,31); }
div.DivClassName
{
background-color: #2B531F;
}
.BgClassName
{
background-color: #2B531F;
}
</style>
border-color css
<style>
span { border-color: #2B531F; }
span { border-color: rgb(43,83,31); }
td.TdClassName
{
border-color: #2B531F;
}
.TagClassName
{
border-color: #2B531F;
}
</style>