Shades of Palm Leaf #2B5A1C
Tints of Palm Leaf #2B5A1C
RGB
CMYK
RGB Variations
Color information
#2B5A1C (or 0x2B5A1C) is known color: Palm Leaf. HEX triplet: 2B, 5A and 1C. RGB value is (43,90,28). Sum of RGB (Red+Green+Blue) = 43+90+28=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A1C is #D4A5E3. Grayscale: #454545. Windows color (decimal): -13936100 or 1858091. OLE color: 1858091.
HSL color Cylindrical-coordinate representation of color #2B5A1C: hue angle of 105.48º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B5A1C is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 90 | 28 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.65 |
| HSL | 105.48º | 0.53% | 0.23% | - |
| HSV(B) | 105.48º | 0.69% | 0.35% | - |
| XYZ | 4.86 | 7.91 | 2.37 | - |
| YUV | 68.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 28 | 0.52 | 0 | 0.69 | 0.65 | 105.48 | 0.53 | 0.23 |
| Hex | 2B | 5A | 1C | 34 | 0 | 45 | 41 | 69 | 35 | 17 |
| Octal | 53 | 132 | 34 | 64 | 0 | 105 | 101 | 151 | 65 | 27 |
| Binary | 101011 | 1011010 | 11100 | 110100 | 0 | 1000101 | 1000001 | 1101001 | 110101 | 10111 |
Color Harmonies of #2B5A1C
Complementary color
Monochromatic Colors of #2B5A1C
Black with #2B5A1C
Text Example
Text Example
White with #2B5A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5A1C; }
p { color: rgb(43,90,28); }
H1.HeaderClassName
{
color: #2B5A1C;
}
.AnyTagClassName
{
color: #2B5A1C;
}
</style>
background-color css
<style>
a { background-color: #2B5A1C; }
a { background-color: rgb(43,90,28); }
div.DivClassName
{
background-color: #2B5A1C;
}
.BgClassName
{
background-color: #2B5A1C;
}
</style>
border-color css
<style>
span { border-color: #2B5A1C; }
span { border-color: rgb(43,90,28); }
td.TdClassName
{
border-color: #2B5A1C;
}
.TagClassName
{
border-color: #2B5A1C;
}
</style>