Shades of Palm Leaf #2C4A22
Tints of Palm Leaf #2C4A22
RGB
CMYK
RGB Variations
Color information
#2C4A22 (or 0x2C4A22) is known color: Palm Leaf. HEX triplet: 2C, 4A and 22. RGB value is (44,74,34). Sum of RGB (Red+Green+Blue) = 44+74+34=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4A22 is #D3B5DD. Grayscale: #3C3C3C. Windows color (decimal): -13874654 or 2247212. OLE color: 2247212.
HSL color Cylindrical-coordinate representation of color #2C4A22: hue angle of 105º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C4A22 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 74 | 34 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.71 |
| HSL | 105º | 0.37% | 0.21% | - |
| HSV(B) | 105º | 0.54% | 0.29% | - |
| XYZ | 3.78 | 5.55 | 2.39 | - |
| YUV | 60.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 74 | 34 | 0.41 | 0 | 0.54 | 0.71 | 105 | 0.37 | 0.21 |
| Hex | 2C | 4A | 22 | 29 | 0 | 36 | 47 | 69 | 25 | 15 |
| Octal | 54 | 112 | 42 | 51 | 0 | 66 | 107 | 151 | 45 | 25 |
| Binary | 101100 | 1001010 | 100010 | 101001 | 0 | 110110 | 1000111 | 1101001 | 100101 | 10101 |
Color Harmonies of #2C4A22
Complementary color
Monochromatic Colors of #2C4A22
Black with #2C4A22
Text Example
Text Example
White with #2C4A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4A22; }
p { color: rgb(44,74,34); }
H1.HeaderClassName
{
color: #2C4A22;
}
.AnyTagClassName
{
color: #2C4A22;
}
</style>
background-color css
<style>
a { background-color: #2C4A22; }
a { background-color: rgb(44,74,34); }
div.DivClassName
{
background-color: #2C4A22;
}
.BgClassName
{
background-color: #2C4A22;
}
</style>
border-color css
<style>
span { border-color: #2C4A22; }
span { border-color: rgb(44,74,34); }
td.TdClassName
{
border-color: #2C4A22;
}
.TagClassName
{
border-color: #2C4A22;
}
</style>