Shades of Palm Leaf #2D5512
Tints of Palm Leaf #2D5512
RGB
CMYK
RGB Variations
Color information
#2D5512 (or 0x2D5512) is known color: Palm Leaf. HEX triplet: 2D, 55 and 12. RGB value is (45,85,18). Sum of RGB (Red+Green+Blue) = 45+85+18=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5512 is #D2AAED. Grayscale: #414141. Windows color (decimal): -13806318 or 1201453. OLE color: 1201453.
HSL color Cylindrical-coordinate representation of color #2D5512: hue angle of 95.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D5512 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 18 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.67 |
| HSL | 95.82º | 0.65% | 0.2% | - |
| HSV(B) | 95.82º | 0.79% | 0.33% | - |
| XYZ | 4.44 | 7.1 | 1.71 | - |
| YUV | 65.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 18 | 0.47 | 0 | 0.79 | 0.67 | 95.82 | 0.65 | 0.2 |
| Hex | 2D | 55 | 12 | 2F | 0 | 4F | 43 | 60 | 41 | 14 |
| Octal | 55 | 125 | 22 | 57 | 0 | 117 | 103 | 140 | 101 | 24 |
| Binary | 101101 | 1010101 | 10010 | 101111 | 0 | 1001111 | 1000011 | 1100000 | 1000001 | 10100 |
Color Harmonies of #2D5512
Complementary color
Monochromatic Colors of #2D5512
Black with #2D5512
Text Example
Text Example
White with #2D5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5512; }
p { color: rgb(45,85,18); }
H1.HeaderClassName
{
color: #2D5512;
}
.AnyTagClassName
{
color: #2D5512;
}
</style>
background-color css
<style>
a { background-color: #2D5512; }
a { background-color: rgb(45,85,18); }
div.DivClassName
{
background-color: #2D5512;
}
.BgClassName
{
background-color: #2D5512;
}
</style>
border-color css
<style>
span { border-color: #2D5512; }
span { border-color: rgb(45,85,18); }
td.TdClassName
{
border-color: #2D5512;
}
.TagClassName
{
border-color: #2D5512;
}
</style>