Shades of Palm Leaf #2D471D
Tints of Palm Leaf #2D471D
RGB
CMYK
RGB Variations
Color information
#2D471D (or 0x2D471D) is known color: Palm Leaf. HEX triplet: 2D, 47 and 1D. RGB value is (45,71,29). Sum of RGB (Red+Green+Blue) = 45+71+29=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #2D471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D471D is #D2B8E2. Grayscale: #3A3A3A. Windows color (decimal): -13809891 or 1918765. OLE color: 1918765.
HSL color Cylindrical-coordinate representation of color #2D471D: hue angle of 97.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D471D is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 29 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.72 |
| HSL | 97.14º | 0.42% | 0.2% | - |
| HSV(B) | 97.14º | 0.59% | 0.28% | - |
| XYZ | 3.56 | 5.15 | 1.97 | - |
| YUV | 58.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 29 | 0.37 | 0 | 0.59 | 0.72 | 97.14 | 0.42 | 0.2 |
| Hex | 2D | 47 | 1D | 25 | 0 | 3B | 48 | 61 | 2A | 14 |
| Octal | 55 | 107 | 35 | 45 | 0 | 73 | 110 | 141 | 52 | 24 |
| Binary | 101101 | 1000111 | 11101 | 100101 | 0 | 111011 | 1001000 | 1100001 | 101010 | 10100 |
Color Harmonies of #2D471D
Complementary color
Monochromatic Colors of #2D471D
Black with #2D471D
Text Example
Text Example
White with #2D471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D471D; }
p { color: rgb(45,71,29); }
H1.HeaderClassName
{
color: #2D471D;
}
.AnyTagClassName
{
color: #2D471D;
}
</style>
background-color css
<style>
a { background-color: #2D471D; }
a { background-color: rgb(45,71,29); }
div.DivClassName
{
background-color: #2D471D;
}
.BgClassName
{
background-color: #2D471D;
}
</style>
border-color css
<style>
span { border-color: #2D471D; }
span { border-color: rgb(45,71,29); }
td.TdClassName
{
border-color: #2D471D;
}
.TagClassName
{
border-color: #2D471D;
}
</style>