Shades of Palm Leaf #2D5022
Tints of Palm Leaf #2D5022
RGB
CMYK
RGB Variations
Color information
#2D5022 (or 0x2D5022) is known color: Palm Leaf. HEX triplet: 2D, 50 and 22. RGB value is (45,80,34). Sum of RGB (Red+Green+Blue) = 45+80+34=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5022 is #D2AFDD. Grayscale: #404040. Windows color (decimal): -13807582 or 2248749. OLE color: 2248749.
HSL color Cylindrical-coordinate representation of color #2D5022: hue angle of 105.65º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D5022 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 34 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.69 |
| HSL | 105.65º | 0.4% | 0.22% | - |
| HSV(B) | 105.65º | 0.58% | 0.31% | - |
| XYZ | 4.24 | 6.41 | 2.53 | - |
| YUV | 64.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 34 | 0.44 | 0 | 0.58 | 0.69 | 105.65 | 0.4 | 0.22 |
| Hex | 2D | 50 | 22 | 2C | 0 | 3A | 45 | 6A | 28 | 16 |
| Octal | 55 | 120 | 42 | 54 | 0 | 72 | 105 | 152 | 50 | 26 |
| Binary | 101101 | 1010000 | 100010 | 101100 | 0 | 111010 | 1000101 | 1101010 | 101000 | 10110 |
Color Harmonies of #2D5022
Complementary color
Monochromatic Colors of #2D5022
Black with #2D5022
Text Example
Text Example
White with #2D5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5022; }
p { color: rgb(45,80,34); }
H1.HeaderClassName
{
color: #2D5022;
}
.AnyTagClassName
{
color: #2D5022;
}
</style>
background-color css
<style>
a { background-color: #2D5022; }
a { background-color: rgb(45,80,34); }
div.DivClassName
{
background-color: #2D5022;
}
.BgClassName
{
background-color: #2D5022;
}
</style>
border-color css
<style>
span { border-color: #2D5022; }
span { border-color: rgb(45,80,34); }
td.TdClassName
{
border-color: #2D5022;
}
.TagClassName
{
border-color: #2D5022;
}
</style>