Shades of Palm Leaf #2D5818
Tints of Palm Leaf #2D5818
RGB
CMYK
RGB Variations
Color information
#2D5818 (or 0x2D5818) is known color: Palm Leaf. HEX triplet: 2D, 58 and 18. RGB value is (45,88,24). Sum of RGB (Red+Green+Blue) = 45+88+24=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5818 is #D2A7E7. Grayscale: #444444. Windows color (decimal): -13805544 or 1595437. OLE color: 1595437.
HSL color Cylindrical-coordinate representation of color #2D5818: hue angle of 100.31º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D5818 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 24 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.65 |
| HSL | 100.31º | 0.57% | 0.22% | - |
| HSV(B) | 100.31º | 0.73% | 0.35% | - |
| XYZ | 4.74 | 7.6 | 2.08 | - |
| YUV | 67.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 24 | 0.49 | 0 | 0.73 | 0.65 | 100.31 | 0.57 | 0.22 |
| Hex | 2D | 58 | 18 | 31 | 0 | 49 | 41 | 64 | 39 | 16 |
| Octal | 55 | 130 | 30 | 61 | 0 | 111 | 101 | 144 | 71 | 26 |
| Binary | 101101 | 1011000 | 11000 | 110001 | 0 | 1001001 | 1000001 | 1100100 | 111001 | 10110 |
Color Harmonies of #2D5818
Complementary color
Monochromatic Colors of #2D5818
Black with #2D5818
Text Example
Text Example
White with #2D5818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5818; }
p { color: rgb(45,88,24); }
H1.HeaderClassName
{
color: #2D5818;
}
.AnyTagClassName
{
color: #2D5818;
}
</style>
background-color css
<style>
a { background-color: #2D5818; }
a { background-color: rgb(45,88,24); }
div.DivClassName
{
background-color: #2D5818;
}
.BgClassName
{
background-color: #2D5818;
}
</style>
border-color css
<style>
span { border-color: #2D5818; }
span { border-color: rgb(45,88,24); }
td.TdClassName
{
border-color: #2D5818;
}
.TagClassName
{
border-color: #2D5818;
}
</style>