Shades of Palm Leaf #2D4426
Tints of Palm Leaf #2D4426
RGB
CMYK
RGB Variations
Color information
#2D4426 (or 0x2D4426) is known color: Palm Leaf. HEX triplet: 2D, 44 and 26. RGB value is (45,68,38). Sum of RGB (Red+Green+Blue) = 45+68+38=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #2D4426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4426 is #D2BBD9. Grayscale: #393939. Windows color (decimal): -13810650 or 2507821. OLE color: 2507821.
HSL color Cylindrical-coordinate representation of color #2D4426: hue angle of 106º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D4426 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 68 | 38 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.73 |
| HSL | 106º | 0.28% | 0.21% | - |
| HSV(B) | 106º | 0.44% | 0.27% | - |
| XYZ | 3.5 | 4.83 | 2.58 | - |
| YUV | 57.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 38 | 0.34 | 0 | 0.44 | 0.73 | 106 | 0.28 | 0.21 |
| Hex | 2D | 44 | 26 | 22 | 0 | 2C | 49 | 6A | 1C | 15 |
| Octal | 55 | 104 | 46 | 42 | 0 | 54 | 111 | 152 | 34 | 25 |
| Binary | 101101 | 1000100 | 100110 | 100010 | 0 | 101100 | 1001001 | 1101010 | 11100 | 10101 |
Color Harmonies of #2D4426
Complementary color
Monochromatic Colors of #2D4426
Black with #2D4426
Text Example
Text Example
White with #2D4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4426; }
p { color: rgb(45,68,38); }
H1.HeaderClassName
{
color: #2D4426;
}
.AnyTagClassName
{
color: #2D4426;
}
</style>
background-color css
<style>
a { background-color: #2D4426; }
a { background-color: rgb(45,68,38); }
div.DivClassName
{
background-color: #2D4426;
}
.BgClassName
{
background-color: #2D4426;
}
</style>
border-color css
<style>
span { border-color: #2D4426; }
span { border-color: rgb(45,68,38); }
td.TdClassName
{
border-color: #2D4426;
}
.TagClassName
{
border-color: #2D4426;
}
</style>