Shades of Palm Leaf #2D5421
Tints of Palm Leaf #2D5421
RGB
CMYK
RGB Variations
Color information
#2D5421 (or 0x2D5421) is known color: Palm Leaf. HEX triplet: 2D, 54 and 21. RGB value is (45,84,33). Sum of RGB (Red+Green+Blue) = 45+84+33=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5421 is #D2ABDE. Grayscale: #424242. Windows color (decimal): -13806559 or 2184237. OLE color: 2184237.
HSL color Cylindrical-coordinate representation of color #2D5421: hue angle of 105.88º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D5421 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 33 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.67 |
| HSL | 105.88º | 0.44% | 0.23% | - |
| HSV(B) | 105.88º | 0.61% | 0.33% | - |
| XYZ | 4.53 | 7.01 | 2.55 | - |
| YUV | 66.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 33 | 0.46 | 0 | 0.61 | 0.67 | 105.88 | 0.44 | 0.23 |
| Hex | 2D | 54 | 21 | 2E | 0 | 3D | 43 | 6A | 2C | 17 |
| Octal | 55 | 124 | 41 | 56 | 0 | 75 | 103 | 152 | 54 | 27 |
| Binary | 101101 | 1010100 | 100001 | 101110 | 0 | 111101 | 1000011 | 1101010 | 101100 | 10111 |
Color Harmonies of #2D5421
Complementary color
Monochromatic Colors of #2D5421
Black with #2D5421
Text Example
Text Example
White with #2D5421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5421; }
p { color: rgb(45,84,33); }
H1.HeaderClassName
{
color: #2D5421;
}
.AnyTagClassName
{
color: #2D5421;
}
</style>
background-color css
<style>
a { background-color: #2D5421; }
a { background-color: rgb(45,84,33); }
div.DivClassName
{
background-color: #2D5421;
}
.BgClassName
{
background-color: #2D5421;
}
</style>
border-color css
<style>
span { border-color: #2D5421; }
span { border-color: rgb(45,84,33); }
td.TdClassName
{
border-color: #2D5421;
}
.TagClassName
{
border-color: #2D5421;
}
</style>