Shades of Palm Leaf #2D5821
Tints of Palm Leaf #2D5821
RGB
CMYK
RGB Variations
Color information
#2D5821 (or 0x2D5821) is known color: Palm Leaf. HEX triplet: 2D, 58 and 21. RGB value is (45,88,33). Sum of RGB (Red+Green+Blue) = 45+88+33=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5821 is #D2A7DE. Grayscale: #454545. Windows color (decimal): -13805535 or 2185261. OLE color: 2185261.
HSL color Cylindrical-coordinate representation of color #2D5821: hue angle of 106.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D5821 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 33 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.65 |
| HSL | 106.91º | 0.45% | 0.24% | - |
| HSV(B) | 106.91º | 0.63% | 0.35% | - |
| XYZ | 4.85 | 7.65 | 2.66 | - |
| YUV | 68.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 33 | 0.49 | 0 | 0.62 | 0.65 | 106.91 | 0.45 | 0.24 |
| Hex | 2D | 58 | 21 | 31 | 0 | 3E | 41 | 6B | 2D | 18 |
| Octal | 55 | 130 | 41 | 61 | 0 | 76 | 101 | 153 | 55 | 30 |
| Binary | 101101 | 1011000 | 100001 | 110001 | 0 | 111110 | 1000001 | 1101011 | 101101 | 11000 |
Color Harmonies of #2D5821
Complementary color
Monochromatic Colors of #2D5821
Black with #2D5821
Text Example
Text Example
White with #2D5821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5821; }
p { color: rgb(45,88,33); }
H1.HeaderClassName
{
color: #2D5821;
}
.AnyTagClassName
{
color: #2D5821;
}
</style>
background-color css
<style>
a { background-color: #2D5821; }
a { background-color: rgb(45,88,33); }
div.DivClassName
{
background-color: #2D5821;
}
.BgClassName
{
background-color: #2D5821;
}
</style>
border-color css
<style>
span { border-color: #2D5821; }
span { border-color: rgb(45,88,33); }
td.TdClassName
{
border-color: #2D5821;
}
.TagClassName
{
border-color: #2D5821;
}
</style>