Shades of Palm Leaf #2B5A1A
Tints of Palm Leaf #2B5A1A
RGB
CMYK
RGB Variations
Color information
#2B5A1A (or 0x2B5A1A) is known color: Palm Leaf. HEX triplet: 2B, 5A and 1A. RGB value is (43,90,26). Sum of RGB (Red+Green+Blue) = 43+90+26=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A1A is #D4A5E5. Grayscale: #444444. Windows color (decimal): -13936102 or 1727019. OLE color: 1727019.
HSL color Cylindrical-coordinate representation of color #2B5A1A: hue angle of 104.06º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B5A1A is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 90 | 26 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.65 |
| HSL | 104.06º | 0.55% | 0.23% | - |
| HSV(B) | 104.06º | 0.71% | 0.35% | - |
| XYZ | 4.84 | 7.9 | 2.25 | - |
| YUV | 68.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 26 | 0.52 | 0 | 0.71 | 0.65 | 104.06 | 0.55 | 0.23 |
| Hex | 2B | 5A | 1A | 34 | 0 | 47 | 41 | 68 | 37 | 17 |
| Octal | 53 | 132 | 32 | 64 | 0 | 107 | 101 | 150 | 67 | 27 |
| Binary | 101011 | 1011010 | 11010 | 110100 | 0 | 1000111 | 1000001 | 1101000 | 110111 | 10111 |
Color Harmonies of #2B5A1A
Complementary color
Monochromatic Colors of #2B5A1A
Black with #2B5A1A
Text Example
Text Example
White with #2B5A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A1A; }
p { color: rgb(43,90,26); }
H1.HeaderClassName
{
color: #2B5A1A;
}
.AnyTagClassName
{
color: #2B5A1A;
}
</style>
background-color css
<style>
a { background-color: #2B5A1A; }
a { background-color: rgb(43,90,26); }
div.DivClassName
{
background-color: #2B5A1A;
}
.BgClassName
{
background-color: #2B5A1A;
}
</style>
border-color css
<style>
span { border-color: #2B5A1A; }
span { border-color: rgb(43,90,26); }
td.TdClassName
{
border-color: #2B5A1A;
}
.TagClassName
{
border-color: #2B5A1A;
}
</style>