Shades of Palm Leaf #2C4E1A
Tints of Palm Leaf #2C4E1A
RGB
CMYK
RGB Variations
Color information
#2C4E1A (or 0x2C4E1A) is known color: Palm Leaf. HEX triplet: 2C, 4E and 1A. RGB value is (44,78,26). Sum of RGB (Red+Green+Blue) = 44+78+26=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #2C4E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4E1A is #D3B1E5. Grayscale: #3E3E3E. Windows color (decimal): -13873638 or 1723948. OLE color: 1723948.
HSL color Cylindrical-coordinate representation of color #2C4E1A: hue angle of 99.23º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C4E1A is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 78 | 26 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.69 |
| HSL | 99.23º | 0.5% | 0.2% | - |
| HSV(B) | 99.23º | 0.67% | 0.31% | - |
| XYZ | 3.95 | 6.06 | 1.94 | - |
| YUV | 61.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 26 | 0.44 | 0 | 0.67 | 0.69 | 99.23 | 0.5 | 0.2 |
| Hex | 2C | 4E | 1A | 2C | 0 | 43 | 45 | 63 | 32 | 14 |
| Octal | 54 | 116 | 32 | 54 | 0 | 103 | 105 | 143 | 62 | 24 |
| Binary | 101100 | 1001110 | 11010 | 101100 | 0 | 1000011 | 1000101 | 1100011 | 110010 | 10100 |
Color Harmonies of #2C4E1A
Complementary color
Monochromatic Colors of #2C4E1A
Black with #2C4E1A
Text Example
Text Example
White with #2C4E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4E1A; }
p { color: rgb(44,78,26); }
H1.HeaderClassName
{
color: #2C4E1A;
}
.AnyTagClassName
{
color: #2C4E1A;
}
</style>
background-color css
<style>
a { background-color: #2C4E1A; }
a { background-color: rgb(44,78,26); }
div.DivClassName
{
background-color: #2C4E1A;
}
.BgClassName
{
background-color: #2C4E1A;
}
</style>
border-color css
<style>
span { border-color: #2C4E1A; }
span { border-color: rgb(44,78,26); }
td.TdClassName
{
border-color: #2C4E1A;
}
.TagClassName
{
border-color: #2C4E1A;
}
</style>