Shades of Palm Leaf #2D571A
Tints of Palm Leaf #2D571A
RGB
CMYK
RGB Variations
Color information
#2D571A (or 0x2D571A) is known color: Palm Leaf. HEX triplet: 2D, 57 and 1A. RGB value is (45,87,26). Sum of RGB (Red+Green+Blue) = 45+87+26=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #2D571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D571A is #D2A8E5. Grayscale: #434343. Windows color (decimal): -13805798 or 1726253. OLE color: 1726253.
HSL color Cylindrical-coordinate representation of color #2D571A: hue angle of 101.31º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D571A is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 87 | 26 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.66 |
| HSL | 101.31º | 0.54% | 0.22% | - |
| HSV(B) | 101.31º | 0.7% | 0.34% | - |
| XYZ | 4.68 | 7.45 | 2.17 | - |
| YUV | 67.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 87 | 26 | 0.48 | 0 | 0.70 | 0.66 | 101.31 | 0.54 | 0.22 |
| Hex | 2D | 57 | 1A | 30 | 0 | 46 | 42 | 65 | 36 | 16 |
| Octal | 55 | 127 | 32 | 60 | 0 | 106 | 102 | 145 | 66 | 26 |
| Binary | 101101 | 1010111 | 11010 | 110000 | 0 | 1000110 | 1000010 | 1100101 | 110110 | 10110 |
Color Harmonies of #2D571A
Complementary color
Monochromatic Colors of #2D571A
Black with #2D571A
Text Example
Text Example
White with #2D571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D571A; }
p { color: rgb(45,87,26); }
H1.HeaderClassName
{
color: #2D571A;
}
.AnyTagClassName
{
color: #2D571A;
}
</style>
background-color css
<style>
a { background-color: #2D571A; }
a { background-color: rgb(45,87,26); }
div.DivClassName
{
background-color: #2D571A;
}
.BgClassName
{
background-color: #2D571A;
}
</style>
border-color css
<style>
span { border-color: #2D571A; }
span { border-color: rgb(45,87,26); }
td.TdClassName
{
border-color: #2D571A;
}
.TagClassName
{
border-color: #2D571A;
}
</style>