Shades of Palm Leaf #2B5D1A
Tints of Palm Leaf #2B5D1A
RGB
CMYK
RGB Variations
Color information
#2B5D1A (or 0x2B5D1A) is known color: Palm Leaf. HEX triplet: 2B, 5D and 1A. RGB value is (43,93,26). Sum of RGB (Red+Green+Blue) = 43+93+26=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D1A is #D4A2E5. Grayscale: #464646. Windows color (decimal): -13935334 or 1727787. OLE color: 1727787.
HSL color Cylindrical-coordinate representation of color #2B5D1A: hue angle of 104.78º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B5D1A is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 93 | 26 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.64 |
| HSL | 104.78º | 0.56% | 0.23% | - |
| HSV(B) | 104.78º | 0.72% | 0.36% | - |
| XYZ | 5.1 | 8.42 | 2.33 | - |
| YUV | 70.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 26 | 0.54 | 0 | 0.72 | 0.64 | 104.78 | 0.56 | 0.23 |
| Hex | 2B | 5D | 1A | 36 | 0 | 48 | 40 | 69 | 38 | 17 |
| Octal | 53 | 135 | 32 | 66 | 0 | 110 | 100 | 151 | 70 | 27 |
| Binary | 101011 | 1011101 | 11010 | 110110 | 0 | 1001000 | 1000000 | 1101001 | 111000 | 10111 |
Color Harmonies of #2B5D1A
Complementary color
Monochromatic Colors of #2B5D1A
Black with #2B5D1A
Text Example
Text Example
White with #2B5D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D1A; }
p { color: rgb(43,93,26); }
H1.HeaderClassName
{
color: #2B5D1A;
}
.AnyTagClassName
{
color: #2B5D1A;
}
</style>
background-color css
<style>
a { background-color: #2B5D1A; }
a { background-color: rgb(43,93,26); }
div.DivClassName
{
background-color: #2B5D1A;
}
.BgClassName
{
background-color: #2B5D1A;
}
</style>
border-color css
<style>
span { border-color: #2B5D1A; }
span { border-color: rgb(43,93,26); }
td.TdClassName
{
border-color: #2B5D1A;
}
.TagClassName
{
border-color: #2B5D1A;
}
</style>