Shades of Palm Leaf #2D5B22
Tints of Palm Leaf #2D5B22
RGB
CMYK
RGB Variations
Color information
#2D5B22 (or 0x2D5B22) is known color: Palm Leaf. HEX triplet: 2D, 5B and 22. RGB value is (45,91,34). Sum of RGB (Red+Green+Blue) = 45+91+34=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5B22 is #D2A4DD. Grayscale: #464646. Windows color (decimal): -13804766 or 2251565. OLE color: 2251565.
HSL color Cylindrical-coordinate representation of color #2D5B22: hue angle of 108.42º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D5B22 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 91 | 34 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.64 |
| HSL | 108.42º | 0.46% | 0.25% | - |
| HSV(B) | 108.42º | 0.63% | 0.36% | - |
| XYZ | 5.11 | 8.16 | 2.82 | - |
| YUV | 70.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 34 | 0.51 | 0 | 0.63 | 0.64 | 108.42 | 0.46 | 0.25 |
| Hex | 2D | 5B | 22 | 33 | 0 | 3F | 40 | 6C | 2E | 19 |
| Octal | 55 | 133 | 42 | 63 | 0 | 77 | 100 | 154 | 56 | 31 |
| Binary | 101101 | 1011011 | 100010 | 110011 | 0 | 111111 | 1000000 | 1101100 | 101110 | 11001 |
Color Harmonies of #2D5B22
Complementary color
Monochromatic Colors of #2D5B22
Black with #2D5B22
Text Example
Text Example
White with #2D5B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B22; }
p { color: rgb(45,91,34); }
H1.HeaderClassName
{
color: #2D5B22;
}
.AnyTagClassName
{
color: #2D5B22;
}
</style>
background-color css
<style>
a { background-color: #2D5B22; }
a { background-color: rgb(45,91,34); }
div.DivClassName
{
background-color: #2D5B22;
}
.BgClassName
{
background-color: #2D5B22;
}
</style>
border-color css
<style>
span { border-color: #2D5B22; }
span { border-color: rgb(45,91,34); }
td.TdClassName
{
border-color: #2D5B22;
}
.TagClassName
{
border-color: #2D5B22;
}
</style>