Shades of Palm Leaf #2C501F
Tints of Palm Leaf #2C501F
RGB
CMYK
RGB Variations
Color information
#2C501F (or 0x2C501F) is known color: Palm Leaf. HEX triplet: 2C, 50 and 1F. RGB value is (44,80,31). Sum of RGB (Red+Green+Blue) = 44+80+31=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #2C501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C501F is #D3AFE0. Grayscale: #3F3F3F. Windows color (decimal): -13873121 or 2052140. OLE color: 2052140.
HSL color Cylindrical-coordinate representation of color #2C501F: hue angle of 104.08º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C501F is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 80 | 31 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.69 |
| HSL | 104.08º | 0.44% | 0.22% | - |
| HSV(B) | 104.08º | 0.61% | 0.31% | - |
| XYZ | 4.15 | 6.37 | 2.31 | - |
| YUV | 63.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 31 | 0.45 | 0 | 0.61 | 0.69 | 104.08 | 0.44 | 0.22 |
| Hex | 2C | 50 | 1F | 2D | 0 | 3D | 45 | 68 | 2C | 16 |
| Octal | 54 | 120 | 37 | 55 | 0 | 75 | 105 | 150 | 54 | 26 |
| Binary | 101100 | 1010000 | 11111 | 101101 | 0 | 111101 | 1000101 | 1101000 | 101100 | 10110 |
Color Harmonies of #2C501F
Complementary color
Monochromatic Colors of #2C501F
Black with #2C501F
Text Example
Text Example
White with #2C501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C501F; }
p { color: rgb(44,80,31); }
H1.HeaderClassName
{
color: #2C501F;
}
.AnyTagClassName
{
color: #2C501F;
}
</style>
background-color css
<style>
a { background-color: #2C501F; }
a { background-color: rgb(44,80,31); }
div.DivClassName
{
background-color: #2C501F;
}
.BgClassName
{
background-color: #2C501F;
}
</style>
border-color css
<style>
span { border-color: #2C501F; }
span { border-color: rgb(44,80,31); }
td.TdClassName
{
border-color: #2C501F;
}
.TagClassName
{
border-color: #2C501F;
}
</style>