Shades of Palm Leaf #2B481F
Tints of Palm Leaf #2B481F
RGB
CMYK
RGB Variations
Color information
#2B481F (or 0x2B481F) is known color: Palm Leaf. HEX triplet: 2B, 48 and 1F. RGB value is (43,72,31). Sum of RGB (Red+Green+Blue) = 43+72+31=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #2B481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B481F is #D4B7E0. Grayscale: #3A3A3A. Windows color (decimal): -13940705 or 2050091. OLE color: 2050091.
HSL color Cylindrical-coordinate representation of color #2B481F: hue angle of 102.44º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B481F is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 72 | 31 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.72 |
| HSL | 102.44º | 0.4% | 0.2% | - |
| HSV(B) | 102.44º | 0.57% | 0.28% | - |
| XYZ | 3.56 | 5.25 | 2.12 | - |
| YUV | 58.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 31 | 0.40 | 0 | 0.57 | 0.72 | 102.44 | 0.4 | 0.2 |
| Hex | 2B | 48 | 1F | 28 | 0 | 39 | 48 | 66 | 28 | 14 |
| Octal | 53 | 110 | 37 | 50 | 0 | 71 | 110 | 146 | 50 | 24 |
| Binary | 101011 | 1001000 | 11111 | 101000 | 0 | 111001 | 1001000 | 1100110 | 101000 | 10100 |
Color Harmonies of #2B481F
Complementary color
Monochromatic Colors of #2B481F
Black with #2B481F
Text Example
Text Example
White with #2B481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B481F; }
p { color: rgb(43,72,31); }
H1.HeaderClassName
{
color: #2B481F;
}
.AnyTagClassName
{
color: #2B481F;
}
</style>
background-color css
<style>
a { background-color: #2B481F; }
a { background-color: rgb(43,72,31); }
div.DivClassName
{
background-color: #2B481F;
}
.BgClassName
{
background-color: #2B481F;
}
</style>
border-color css
<style>
span { border-color: #2B481F; }
span { border-color: rgb(43,72,31); }
td.TdClassName
{
border-color: #2B481F;
}
.TagClassName
{
border-color: #2B481F;
}
</style>