Shades of Palm Leaf #2A481A
Tints of Palm Leaf #2A481A
RGB
CMYK
RGB Variations
Color information
#2A481A (or 0x2A481A) is known color: Palm Leaf. HEX triplet: 2A, 48 and 1A. RGB value is (42,72,26). Sum of RGB (Red+Green+Blue) = 42+72+26=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #2A481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A481A is #D5B7E5. Grayscale: #393939. Windows color (decimal): -14006246 or 1722410. OLE color: 1722410.
HSL color Cylindrical-coordinate representation of color #2A481A: hue angle of 99.13º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A481A is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 26 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.72 |
| HSL | 99.13º | 0.47% | 0.19% | - |
| HSV(B) | 99.13º | 0.64% | 0.28% | - |
| XYZ | 3.46 | 5.2 | 1.8 | - |
| YUV | 57.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 26 | 0.42 | 0 | 0.64 | 0.72 | 99.13 | 0.47 | 0.19 |
| Hex | 2A | 48 | 1A | 2A | 0 | 40 | 48 | 63 | 2F | 13 |
| Octal | 52 | 110 | 32 | 52 | 0 | 100 | 110 | 143 | 57 | 23 |
| Binary | 101010 | 1001000 | 11010 | 101010 | 0 | 1000000 | 1001000 | 1100011 | 101111 | 10011 |
Color Harmonies of #2A481A
Complementary color
Monochromatic Colors of #2A481A
Black with #2A481A
Text Example
Text Example
White with #2A481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A481A; }
p { color: rgb(42,72,26); }
H1.HeaderClassName
{
color: #2A481A;
}
.AnyTagClassName
{
color: #2A481A;
}
</style>
background-color css
<style>
a { background-color: #2A481A; }
a { background-color: rgb(42,72,26); }
div.DivClassName
{
background-color: #2A481A;
}
.BgClassName
{
background-color: #2A481A;
}
</style>
border-color css
<style>
span { border-color: #2A481A; }
span { border-color: rgb(42,72,26); }
td.TdClassName
{
border-color: #2A481A;
}
.TagClassName
{
border-color: #2A481A;
}
</style>