Shades of Palm Leaf #2A4120
Tints of Palm Leaf #2A4120
RGB
CMYK
RGB Variations
Color information
#2A4120 (or 0x2A4120) is known color: Palm Leaf. HEX triplet: 2A, 41 and 20. RGB value is (42,65,32). Sum of RGB (Red+Green+Blue) = 42+65+32=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4120 is #D5BEDF. Grayscale: #363636. Windows color (decimal): -14008032 or 2113834. OLE color: 2113834.
HSL color Cylindrical-coordinate representation of color #2A4120: hue angle of 101.82º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4120 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 32 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.75 |
| HSL | 101.82º | 0.34% | 0.19% | - |
| HSV(B) | 101.82º | 0.51% | 0.25% | - |
| XYZ | 3.11 | 4.38 | 2.05 | - |
| YUV | 54.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 32 | 0.35 | 0 | 0.51 | 0.75 | 101.82 | 0.34 | 0.19 |
| Hex | 2A | 41 | 20 | 23 | 0 | 33 | 4B | 66 | 22 | 13 |
| Octal | 52 | 101 | 40 | 43 | 0 | 63 | 113 | 146 | 42 | 23 |
| Binary | 101010 | 1000001 | 100000 | 100011 | 0 | 110011 | 1001011 | 1100110 | 100010 | 10011 |
Color Harmonies of #2A4120
Complementary color
Monochromatic Colors of #2A4120
Black with #2A4120
Text Example
Text Example
White with #2A4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4120; }
p { color: rgb(42,65,32); }
H1.HeaderClassName
{
color: #2A4120;
}
.AnyTagClassName
{
color: #2A4120;
}
</style>
background-color css
<style>
a { background-color: #2A4120; }
a { background-color: rgb(42,65,32); }
div.DivClassName
{
background-color: #2A4120;
}
.BgClassName
{
background-color: #2A4120;
}
</style>
border-color css
<style>
span { border-color: #2A4120; }
span { border-color: rgb(42,65,32); }
td.TdClassName
{
border-color: #2A4120;
}
.TagClassName
{
border-color: #2A4120;
}
</style>