Shades of Palm Leaf #2D5215
Tints of Palm Leaf #2D5215
RGB
CMYK
RGB Variations
Color information
#2D5215 (or 0x2D5215) is known color: Palm Leaf. HEX triplet: 2D, 52 and 15. RGB value is (45,82,21). Sum of RGB (Red+Green+Blue) = 45+82+21=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5215 is #D2ADEA. Grayscale: #404040. Windows color (decimal): -13807083 or 1397293. OLE color: 1397293.
HSL color Cylindrical-coordinate representation of color #2D5215: hue angle of 96.39º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5215 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 21 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.68 |
| HSL | 96.39º | 0.59% | 0.2% | - |
| HSV(B) | 96.39º | 0.74% | 0.32% | - |
| XYZ | 4.23 | 6.65 | 1.77 | - |
| YUV | 63.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 21 | 0.45 | 0 | 0.74 | 0.68 | 96.39 | 0.59 | 0.2 |
| Hex | 2D | 52 | 15 | 2D | 0 | 4A | 44 | 60 | 3B | 14 |
| Octal | 55 | 122 | 25 | 55 | 0 | 112 | 104 | 140 | 73 | 24 |
| Binary | 101101 | 1010010 | 10101 | 101101 | 0 | 1001010 | 1000100 | 1100000 | 111011 | 10100 |
Color Harmonies of #2D5215
Complementary color
Monochromatic Colors of #2D5215
Black with #2D5215
Text Example
Text Example
White with #2D5215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5215; }
p { color: rgb(45,82,21); }
H1.HeaderClassName
{
color: #2D5215;
}
.AnyTagClassName
{
color: #2D5215;
}
</style>
background-color css
<style>
a { background-color: #2D5215; }
a { background-color: rgb(45,82,21); }
div.DivClassName
{
background-color: #2D5215;
}
.BgClassName
{
background-color: #2D5215;
}
</style>
border-color css
<style>
span { border-color: #2D5215; }
span { border-color: rgb(45,82,21); }
td.TdClassName
{
border-color: #2D5215;
}
.TagClassName
{
border-color: #2D5215;
}
</style>