Shades of Palm Leaf #2D4623
Tints of Palm Leaf #2D4623
RGB
CMYK
RGB Variations
Color information
#2D4623 (or 0x2D4623) is known color: Palm Leaf. HEX triplet: 2D, 46 and 23. RGB value is (45,70,35). Sum of RGB (Red+Green+Blue) = 45+70+35=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4623 is #D2B9DC. Grayscale: #3A3A3A. Windows color (decimal): -13810141 or 2311725. OLE color: 2311725.
HSL color Cylindrical-coordinate representation of color #2D4623: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D4623 is Cyan = 0.36, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 35 | - |
| CMYK | 0.36 | 0 | 0.5 | 0.73 |
| HSL | 102.86º | 0.33% | 0.21% | - |
| HSV(B) | 102.86º | 0.5% | 0.27% | - |
| XYZ | 3.58 | 5.06 | 2.38 | - |
| YUV | 58.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 35 | 0.36 | 0 | 0.5 | 0.73 | 102.86 | 0.33 | 0.21 |
| Hex | 2D | 46 | 23 | 24 | 0 | 32 | 49 | 67 | 21 | 15 |
| Octal | 55 | 106 | 43 | 44 | 0 | 62 | 111 | 147 | 41 | 25 |
| Binary | 101101 | 1000110 | 100011 | 100100 | 0 | 110010 | 1001001 | 1100111 | 100001 | 10101 |
Color Harmonies of #2D4623
Complementary color
Monochromatic Colors of #2D4623
Black with #2D4623
Text Example
Text Example
White with #2D4623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4623; }
p { color: rgb(45,70,35); }
H1.HeaderClassName
{
color: #2D4623;
}
.AnyTagClassName
{
color: #2D4623;
}
</style>
background-color css
<style>
a { background-color: #2D4623; }
a { background-color: rgb(45,70,35); }
div.DivClassName
{
background-color: #2D4623;
}
.BgClassName
{
background-color: #2D4623;
}
</style>
border-color css
<style>
span { border-color: #2D4623; }
span { border-color: rgb(45,70,35); }
td.TdClassName
{
border-color: #2D4623;
}
.TagClassName
{
border-color: #2D4623;
}
</style>