Shades of Palm Leaf #2C511F
Tints of Palm Leaf #2C511F
RGB
CMYK
RGB Variations
Color information
#2C511F (or 0x2C511F) is known color: Palm Leaf. HEX triplet: 2C, 51 and 1F. RGB value is (44,81,31). Sum of RGB (Red+Green+Blue) = 44+81+31=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #2C511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C511F is #D3AEE0. Grayscale: #404040. Windows color (decimal): -13872865 or 2052396. OLE color: 2052396.
HSL color Cylindrical-coordinate representation of color #2C511F: hue angle of 104.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C511F is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 81 | 31 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.68 |
| HSL | 104.4º | 0.45% | 0.22% | - |
| HSV(B) | 104.4º | 0.62% | 0.32% | - |
| XYZ | 4.23 | 6.52 | 2.33 | - |
| YUV | 64.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 81 | 31 | 0.46 | 0 | 0.62 | 0.68 | 104.4 | 0.45 | 0.22 |
| Hex | 2C | 51 | 1F | 2E | 0 | 3E | 44 | 68 | 2D | 16 |
| Octal | 54 | 121 | 37 | 56 | 0 | 76 | 104 | 150 | 55 | 26 |
| Binary | 101100 | 1010001 | 11111 | 101110 | 0 | 111110 | 1000100 | 1101000 | 101101 | 10110 |
Color Harmonies of #2C511F
Complementary color
Monochromatic Colors of #2C511F
Black with #2C511F
Text Example
Text Example
White with #2C511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C511F; }
p { color: rgb(44,81,31); }
H1.HeaderClassName
{
color: #2C511F;
}
.AnyTagClassName
{
color: #2C511F;
}
</style>
background-color css
<style>
a { background-color: #2C511F; }
a { background-color: rgb(44,81,31); }
div.DivClassName
{
background-color: #2C511F;
}
.BgClassName
{
background-color: #2C511F;
}
</style>
border-color css
<style>
span { border-color: #2C511F; }
span { border-color: rgb(44,81,31); }
td.TdClassName
{
border-color: #2C511F;
}
.TagClassName
{
border-color: #2C511F;
}
</style>