Shades of Palm Leaf #2D4627
Tints of Palm Leaf #2D4627
RGB
CMYK
RGB Variations
Color information
#2D4627 (or 0x2D4627) is known color: Palm Leaf. HEX triplet: 2D, 46 and 27. RGB value is (45,70,39). Sum of RGB (Red+Green+Blue) = 45+70+39=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4627 is #D2B9D8. Grayscale: #3B3B3B. Windows color (decimal): -13810137 or 2573869. OLE color: 2573869.
HSL color Cylindrical-coordinate representation of color #2D4627: hue angle of 108.39º 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 #2D4627 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 39 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.73 |
| HSL | 108.39º | 0.28% | 0.21% | - |
| HSV(B) | 108.39º | 0.44% | 0.27% | - |
| XYZ | 3.64 | 5.08 | 2.71 | - |
| YUV | 58.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 39 | 0.36 | 0 | 0.44 | 0.73 | 108.39 | 0.28 | 0.21 |
| Hex | 2D | 46 | 27 | 24 | 0 | 2C | 49 | 6C | 1C | 15 |
| Octal | 55 | 106 | 47 | 44 | 0 | 54 | 111 | 154 | 34 | 25 |
| Binary | 101101 | 1000110 | 100111 | 100100 | 0 | 101100 | 1001001 | 1101100 | 11100 | 10101 |
Color Harmonies of #2D4627
Complementary color
Monochromatic Colors of #2D4627
Black with #2D4627
Text Example
Text Example
White with #2D4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4627; }
p { color: rgb(45,70,39); }
H1.HeaderClassName
{
color: #2D4627;
}
.AnyTagClassName
{
color: #2D4627;
}
</style>
background-color css
<style>
a { background-color: #2D4627; }
a { background-color: rgb(45,70,39); }
div.DivClassName
{
background-color: #2D4627;
}
.BgClassName
{
background-color: #2D4627;
}
</style>
border-color css
<style>
span { border-color: #2D4627; }
span { border-color: rgb(45,70,39); }
td.TdClassName
{
border-color: #2D4627;
}
.TagClassName
{
border-color: #2D4627;
}
</style>