Shades of Palm Leaf #2D4127
Tints of Palm Leaf #2D4127
RGB
CMYK
RGB Variations
Color information
#2D4127 (or 0x2D4127) is known color: Palm Leaf. HEX triplet: 2D, 41 and 27. RGB value is (45,65,39). Sum of RGB (Red+Green+Blue) = 45+65+39=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4127 is #D2BED8. Grayscale: #383838. Windows color (decimal): -13811417 or 2572589. OLE color: 2572589.
HSL color Cylindrical-coordinate representation of color #2D4127: hue angle of 106.15º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D4127 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 39 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.75 |
| HSL | 106.15º | 0.25% | 0.2% | - |
| HSV(B) | 106.15º | 0.4% | 0.25% | - |
| XYZ | 3.34 | 4.48 | 2.61 | - |
| YUV | 56.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 39 | 0.31 | 0 | 0.40 | 0.75 | 106.15 | 0.25 | 0.2 |
| Hex | 2D | 41 | 27 | 1F | 0 | 28 | 4B | 6A | 19 | 14 |
| Octal | 55 | 101 | 47 | 37 | 0 | 50 | 113 | 152 | 31 | 24 |
| Binary | 101101 | 1000001 | 100111 | 11111 | 0 | 101000 | 1001011 | 1101010 | 11001 | 10100 |
Color Harmonies of #2D4127
Complementary color
Monochromatic Colors of #2D4127
Black with #2D4127
Text Example
Text Example
White with #2D4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4127; }
p { color: rgb(45,65,39); }
H1.HeaderClassName
{
color: #2D4127;
}
.AnyTagClassName
{
color: #2D4127;
}
</style>
background-color css
<style>
a { background-color: #2D4127; }
a { background-color: rgb(45,65,39); }
div.DivClassName
{
background-color: #2D4127;
}
.BgClassName
{
background-color: #2D4127;
}
</style>
border-color css
<style>
span { border-color: #2D4127; }
span { border-color: rgb(45,65,39); }
td.TdClassName
{
border-color: #2D4127;
}
.TagClassName
{
border-color: #2D4127;
}
</style>