Shades of Palm Leaf #2C541B
Tints of Palm Leaf #2C541B
RGB
CMYK
RGB Variations
Color information
#2C541B (or 0x2C541B) is known color: Palm Leaf. HEX triplet: 2C, 54 and 1B. RGB value is (44,84,27). Sum of RGB (Red+Green+Blue) = 44+84+27=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #2C541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C541B is #D3ABE4. Grayscale: #414141. Windows color (decimal): -13872101 or 1791020. OLE color: 1791020.
HSL color Cylindrical-coordinate representation of color #2C541B: hue angle of 102.11º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C541B is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 27 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.67 |
| HSL | 102.11º | 0.51% | 0.22% | - |
| HSV(B) | 102.11º | 0.68% | 0.33% | - |
| XYZ | 4.41 | 6.96 | 2.15 | - |
| YUV | 65.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 27 | 0.48 | 0 | 0.68 | 0.67 | 102.11 | 0.51 | 0.22 |
| Hex | 2C | 54 | 1B | 30 | 0 | 44 | 43 | 66 | 33 | 16 |
| Octal | 54 | 124 | 33 | 60 | 0 | 104 | 103 | 146 | 63 | 26 |
| Binary | 101100 | 1010100 | 11011 | 110000 | 0 | 1000100 | 1000011 | 1100110 | 110011 | 10110 |
Color Harmonies of #2C541B
Complementary color
Monochromatic Colors of #2C541B
Black with #2C541B
Text Example
Text Example
White with #2C541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C541B; }
p { color: rgb(44,84,27); }
H1.HeaderClassName
{
color: #2C541B;
}
.AnyTagClassName
{
color: #2C541B;
}
</style>
background-color css
<style>
a { background-color: #2C541B; }
a { background-color: rgb(44,84,27); }
div.DivClassName
{
background-color: #2C541B;
}
.BgClassName
{
background-color: #2C541B;
}
</style>
border-color css
<style>
span { border-color: #2C541B; }
span { border-color: rgb(44,84,27); }
td.TdClassName
{
border-color: #2C541B;
}
.TagClassName
{
border-color: #2C541B;
}
</style>