Shades of Palm Leaf #2C4A1F
Tints of Palm Leaf #2C4A1F
RGB
CMYK
RGB Variations
Color information
#2C4A1F (or 0x2C4A1F) is known color: Palm Leaf. HEX triplet: 2C, 4A and 1F. RGB value is (44,74,31). Sum of RGB (Red+Green+Blue) = 44+74+31=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4A1F is #D3B5E0. Grayscale: #3C3C3C. Windows color (decimal): -13874657 or 2050604. OLE color: 2050604.
HSL color Cylindrical-coordinate representation of color #2C4A1F: hue angle of 101.86º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C4A1F is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 74 | 31 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.71 |
| HSL | 101.86º | 0.41% | 0.21% | - |
| HSV(B) | 101.86º | 0.58% | 0.29% | - |
| XYZ | 3.73 | 5.53 | 2.17 | - |
| YUV | 60.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 74 | 31 | 0.41 | 0 | 0.58 | 0.71 | 101.86 | 0.41 | 0.21 |
| Hex | 2C | 4A | 1F | 29 | 0 | 3A | 47 | 66 | 29 | 15 |
| Octal | 54 | 112 | 37 | 51 | 0 | 72 | 107 | 146 | 51 | 25 |
| Binary | 101100 | 1001010 | 11111 | 101001 | 0 | 111010 | 1000111 | 1100110 | 101001 | 10101 |
Color Harmonies of #2C4A1F
Complementary color
Monochromatic Colors of #2C4A1F
Black with #2C4A1F
Text Example
Text Example
White with #2C4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4A1F; }
p { color: rgb(44,74,31); }
H1.HeaderClassName
{
color: #2C4A1F;
}
.AnyTagClassName
{
color: #2C4A1F;
}
</style>
background-color css
<style>
a { background-color: #2C4A1F; }
a { background-color: rgb(44,74,31); }
div.DivClassName
{
background-color: #2C4A1F;
}
.BgClassName
{
background-color: #2C4A1F;
}
</style>
border-color css
<style>
span { border-color: #2C4A1F; }
span { border-color: rgb(44,74,31); }
td.TdClassName
{
border-color: #2C4A1F;
}
.TagClassName
{
border-color: #2C4A1F;
}
</style>