Shades of Palm Leaf #2D4B28
Tints of Palm Leaf #2D4B28
RGB
CMYK
RGB Variations
Color information
#2D4B28 (or 0x2D4B28) is known color: Palm Leaf. HEX triplet: 2D, 4B and 28. RGB value is (45,75,40). Sum of RGB (Red+Green+Blue) = 45+75+40=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B28 is #D2B4D7. Grayscale: #3E3E3E. Windows color (decimal): -13808856 or 2640685. OLE color: 2640685.
HSL color Cylindrical-coordinate representation of color #2D4B28: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D4B28 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 40 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.71 |
| HSL | 111.43º | 0.3% | 0.23% | - |
| HSV(B) | 111.43º | 0.47% | 0.29% | - |
| XYZ | 3.98 | 5.74 | 2.91 | - |
| YUV | 62.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 40 | 0.40 | 0 | 0.47 | 0.71 | 111.43 | 0.3 | 0.23 |
| Hex | 2D | 4B | 28 | 28 | 0 | 2F | 47 | 6F | 1E | 17 |
| Octal | 55 | 113 | 50 | 50 | 0 | 57 | 107 | 157 | 36 | 27 |
| Binary | 101101 | 1001011 | 101000 | 101000 | 0 | 101111 | 1000111 | 1101111 | 11110 | 10111 |
Color Harmonies of #2D4B28
Complementary color
Monochromatic Colors of #2D4B28
Black with #2D4B28
Text Example
Text Example
White with #2D4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B28; }
p { color: rgb(45,75,40); }
H1.HeaderClassName
{
color: #2D4B28;
}
.AnyTagClassName
{
color: #2D4B28;
}
</style>
background-color css
<style>
a { background-color: #2D4B28; }
a { background-color: rgb(45,75,40); }
div.DivClassName
{
background-color: #2D4B28;
}
.BgClassName
{
background-color: #2D4B28;
}
</style>
border-color css
<style>
span { border-color: #2D4B28; }
span { border-color: rgb(45,75,40); }
td.TdClassName
{
border-color: #2D4B28;
}
.TagClassName
{
border-color: #2D4B28;
}
</style>