Shades of Palm Leaf #2B5A14
Tints of Palm Leaf #2B5A14
RGB
CMYK
RGB Variations
Color information
#2B5A14 (or 0x2B5A14) is known color: Palm Leaf. HEX triplet: 2B, 5A and 14. RGB value is (43,90,20). Sum of RGB (Red+Green+Blue) = 43+90+20=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5A14 is #D4A5EB. Grayscale: #444444. Windows color (decimal): -13936108 or 1333803. OLE color: 1333803.
HSL color Cylindrical-coordinate representation of color #2B5A14: hue angle of 100.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5A14 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 90 | 20 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.65 |
| HSL | 100.29º | 0.64% | 0.22% | - |
| HSV(B) | 100.29º | 0.78% | 0.35% | - |
| XYZ | 4.78 | 7.88 | 1.93 | - |
| YUV | 67.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 20 | 0.52 | 0 | 0.78 | 0.65 | 100.29 | 0.64 | 0.22 |
| Hex | 2B | 5A | 14 | 34 | 0 | 4E | 41 | 64 | 40 | 16 |
| Octal | 53 | 132 | 24 | 64 | 0 | 116 | 101 | 144 | 100 | 26 |
| Binary | 101011 | 1011010 | 10100 | 110100 | 0 | 1001110 | 1000001 | 1100100 | 1000000 | 10110 |
Color Harmonies of #2B5A14
Complementary color
Monochromatic Colors of #2B5A14
Black with #2B5A14
Text Example
Text Example
White with #2B5A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A14; }
p { color: rgb(43,90,20); }
H1.HeaderClassName
{
color: #2B5A14;
}
.AnyTagClassName
{
color: #2B5A14;
}
</style>
background-color css
<style>
a { background-color: #2B5A14; }
a { background-color: rgb(43,90,20); }
div.DivClassName
{
background-color: #2B5A14;
}
.BgClassName
{
background-color: #2B5A14;
}
</style>
border-color css
<style>
span { border-color: #2B5A14; }
span { border-color: rgb(43,90,20); }
td.TdClassName
{
border-color: #2B5A14;
}
.TagClassName
{
border-color: #2B5A14;
}
</style>