Shades of Palm Leaf #2C521A
Tints of Palm Leaf #2C521A
RGB
CMYK
RGB Variations
Color information
#2C521A (or 0x2C521A) is known color: Palm Leaf. HEX triplet: 2C, 52 and 1A. RGB value is (44,82,26). Sum of RGB (Red+Green+Blue) = 44+82+26=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #2C521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C521A is #D3ADE5. Grayscale: #404040. Windows color (decimal): -13872614 or 1724972. OLE color: 1724972.
HSL color Cylindrical-coordinate representation of color #2C521A: hue angle of 100.71º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C521A is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 82 | 26 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.68 |
| HSL | 100.71º | 0.52% | 0.21% | - |
| HSV(B) | 100.71º | 0.68% | 0.32% | - |
| XYZ | 4.24 | 6.64 | 2.04 | - |
| YUV | 64.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 26 | 0.46 | 0 | 0.68 | 0.68 | 100.71 | 0.52 | 0.21 |
| Hex | 2C | 52 | 1A | 2E | 0 | 44 | 44 | 65 | 34 | 15 |
| Octal | 54 | 122 | 32 | 56 | 0 | 104 | 104 | 145 | 64 | 25 |
| Binary | 101100 | 1010010 | 11010 | 101110 | 0 | 1000100 | 1000100 | 1100101 | 110100 | 10101 |
Color Harmonies of #2C521A
Complementary color
Monochromatic Colors of #2C521A
Black with #2C521A
Text Example
Text Example
White with #2C521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C521A; }
p { color: rgb(44,82,26); }
H1.HeaderClassName
{
color: #2C521A;
}
.AnyTagClassName
{
color: #2C521A;
}
</style>
background-color css
<style>
a { background-color: #2C521A; }
a { background-color: rgb(44,82,26); }
div.DivClassName
{
background-color: #2C521A;
}
.BgClassName
{
background-color: #2C521A;
}
</style>
border-color css
<style>
span { border-color: #2C521A; }
span { border-color: rgb(44,82,26); }
td.TdClassName
{
border-color: #2C521A;
}
.TagClassName
{
border-color: #2C521A;
}
</style>