Shades of Palm Leaf #2D5523
Tints of Palm Leaf #2D5523
RGB
CMYK
RGB Variations
Color information
#2D5523 (or 0x2D5523) is known color: Palm Leaf. HEX triplet: 2D, 55 and 23. RGB value is (45,85,35). Sum of RGB (Red+Green+Blue) = 45+85+35=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5523 is #D2AADC. Grayscale: #434343. Windows color (decimal): -13806301 or 2315565. OLE color: 2315565.
HSL color Cylindrical-coordinate representation of color #2D5523: hue angle of 108º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D5523 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 35 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.67 |
| HSL | 108º | 0.42% | 0.24% | - |
| HSV(B) | 108º | 0.59% | 0.33% | - |
| XYZ | 4.63 | 7.18 | 2.73 | - |
| YUV | 67.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 35 | 0.47 | 0 | 0.59 | 0.67 | 108 | 0.42 | 0.24 |
| Hex | 2D | 55 | 23 | 2F | 0 | 3B | 43 | 6C | 2A | 18 |
| Octal | 55 | 125 | 43 | 57 | 0 | 73 | 103 | 154 | 52 | 30 |
| Binary | 101101 | 1010101 | 100011 | 101111 | 0 | 111011 | 1000011 | 1101100 | 101010 | 11000 |
Color Harmonies of #2D5523
Complementary color
Monochromatic Colors of #2D5523
Black with #2D5523
Text Example
Text Example
White with #2D5523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5523; }
p { color: rgb(45,85,35); }
H1.HeaderClassName
{
color: #2D5523;
}
.AnyTagClassName
{
color: #2D5523;
}
</style>
background-color css
<style>
a { background-color: #2D5523; }
a { background-color: rgb(45,85,35); }
div.DivClassName
{
background-color: #2D5523;
}
.BgClassName
{
background-color: #2D5523;
}
</style>
border-color css
<style>
span { border-color: #2D5523; }
span { border-color: rgb(45,85,35); }
td.TdClassName
{
border-color: #2D5523;
}
.TagClassName
{
border-color: #2D5523;
}
</style>