Shades of Palm Leaf #2D5321
Tints of Palm Leaf #2D5321
RGB
CMYK
RGB Variations
Color information
#2D5321 (or 0x2D5321) is known color: Palm Leaf. HEX triplet: 2D, 53 and 21. RGB value is (45,83,33). Sum of RGB (Red+Green+Blue) = 45+83+33=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5321 is #D2ACDE. Grayscale: #424242. Windows color (decimal): -13806815 or 2183981. OLE color: 2183981.
HSL color Cylindrical-coordinate representation of color #2D5321: hue angle of 105.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5321 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 33 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.67 |
| HSL | 105.6º | 0.43% | 0.23% | - |
| HSV(B) | 105.6º | 0.6% | 0.33% | - |
| XYZ | 4.45 | 6.85 | 2.53 | - |
| YUV | 65.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 33 | 0.46 | 0 | 0.60 | 0.67 | 105.6 | 0.43 | 0.23 |
| Hex | 2D | 53 | 21 | 2E | 0 | 3C | 43 | 6A | 2B | 17 |
| Octal | 55 | 123 | 41 | 56 | 0 | 74 | 103 | 152 | 53 | 27 |
| Binary | 101101 | 1010011 | 100001 | 101110 | 0 | 111100 | 1000011 | 1101010 | 101011 | 10111 |
Color Harmonies of #2D5321
Complementary color
Monochromatic Colors of #2D5321
Black with #2D5321
Text Example
Text Example
White with #2D5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5321; }
p { color: rgb(45,83,33); }
H1.HeaderClassName
{
color: #2D5321;
}
.AnyTagClassName
{
color: #2D5321;
}
</style>
background-color css
<style>
a { background-color: #2D5321; }
a { background-color: rgb(45,83,33); }
div.DivClassName
{
background-color: #2D5321;
}
.BgClassName
{
background-color: #2D5321;
}
</style>
border-color css
<style>
span { border-color: #2D5321; }
span { border-color: rgb(45,83,33); }
td.TdClassName
{
border-color: #2D5321;
}
.TagClassName
{
border-color: #2D5321;
}
</style>