Shades of Palm Leaf #2B4922
Tints of Palm Leaf #2B4922
RGB
CMYK
RGB Variations
Color information
#2B4922 (or 0x2B4922) is known color: Palm Leaf. HEX triplet: 2B, 49 and 22. RGB value is (43,73,34). Sum of RGB (Red+Green+Blue) = 43+73+34=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4922 is #D4B6DD. Grayscale: #3B3B3B. Windows color (decimal): -13940446 or 2246955. OLE color: 2246955.
HSL color Cylindrical-coordinate representation of color #2B4922: hue angle of 106.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B4922 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 34 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.71 |
| HSL | 106.15º | 0.36% | 0.21% | - |
| HSV(B) | 106.15º | 0.53% | 0.29% | - |
| XYZ | 3.67 | 5.39 | 2.36 | - |
| YUV | 59.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 34 | 0.41 | 0 | 0.53 | 0.71 | 106.15 | 0.36 | 0.21 |
| Hex | 2B | 49 | 22 | 29 | 0 | 35 | 47 | 6A | 24 | 15 |
| Octal | 53 | 111 | 42 | 51 | 0 | 65 | 107 | 152 | 44 | 25 |
| Binary | 101011 | 1001001 | 100010 | 101001 | 0 | 110101 | 1000111 | 1101010 | 100100 | 10101 |
Color Harmonies of #2B4922
Complementary color
Monochromatic Colors of #2B4922
Black with #2B4922
Text Example
Text Example
White with #2B4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4922; }
p { color: rgb(43,73,34); }
H1.HeaderClassName
{
color: #2B4922;
}
.AnyTagClassName
{
color: #2B4922;
}
</style>
background-color css
<style>
a { background-color: #2B4922; }
a { background-color: rgb(43,73,34); }
div.DivClassName
{
background-color: #2B4922;
}
.BgClassName
{
background-color: #2B4922;
}
</style>
border-color css
<style>
span { border-color: #2B4922; }
span { border-color: rgb(43,73,34); }
td.TdClassName
{
border-color: #2B4922;
}
.TagClassName
{
border-color: #2B4922;
}
</style>