Shades of Palm Leaf #2D4922
Tints of Palm Leaf #2D4922
RGB
CMYK
RGB Variations
Color information
#2D4922 (or 0x2D4922) is known color: Palm Leaf. HEX triplet: 2D, 49 and 22. RGB value is (45,73,34). Sum of RGB (Red+Green+Blue) = 45+73+34=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4922 is #D2B6DD. Grayscale: #3C3C3C. Windows color (decimal): -13809374 or 2246957. OLE color: 2246957.
HSL color Cylindrical-coordinate representation of color #2D4922: hue angle of 103.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D4922 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 34 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.71 |
| HSL | 103.08º | 0.36% | 0.21% | - |
| HSV(B) | 103.08º | 0.53% | 0.29% | - |
| XYZ | 3.75 | 5.44 | 2.37 | - |
| YUV | 60.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 34 | 0.38 | 0 | 0.53 | 0.71 | 103.08 | 0.36 | 0.21 |
| Hex | 2D | 49 | 22 | 26 | 0 | 35 | 47 | 67 | 24 | 15 |
| Octal | 55 | 111 | 42 | 46 | 0 | 65 | 107 | 147 | 44 | 25 |
| Binary | 101101 | 1001001 | 100010 | 100110 | 0 | 110101 | 1000111 | 1100111 | 100100 | 10101 |
Color Harmonies of #2D4922
Complementary color
Monochromatic Colors of #2D4922
Black with #2D4922
Text Example
Text Example
White with #2D4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4922; }
p { color: rgb(45,73,34); }
H1.HeaderClassName
{
color: #2D4922;
}
.AnyTagClassName
{
color: #2D4922;
}
</style>
background-color css
<style>
a { background-color: #2D4922; }
a { background-color: rgb(45,73,34); }
div.DivClassName
{
background-color: #2D4922;
}
.BgClassName
{
background-color: #2D4922;
}
</style>
border-color css
<style>
span { border-color: #2D4922; }
span { border-color: rgb(45,73,34); }
td.TdClassName
{
border-color: #2D4922;
}
.TagClassName
{
border-color: #2D4922;
}
</style>