Shades of Palm Leaf #2D461D
Tints of Palm Leaf #2D461D
RGB
CMYK
RGB Variations
Color information
#2D461D (or 0x2D461D) is known color: Palm Leaf. HEX triplet: 2D, 46 and 1D. RGB value is (45,70,29). Sum of RGB (Red+Green+Blue) = 45+70+29=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #2D461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D461D is #D2B9E2. Grayscale: #393939. Windows color (decimal): -13810147 or 1918509. OLE color: 1918509.
HSL color Cylindrical-coordinate representation of color #2D461D: hue angle of 96.59º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D461D is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 70 | 29 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.73 |
| HSL | 96.59º | 0.41% | 0.19% | - |
| HSV(B) | 96.59º | 0.59% | 0.27% | - |
| XYZ | 3.49 | 5.03 | 1.95 | - |
| YUV | 57.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 29 | 0.36 | 0 | 0.59 | 0.73 | 96.59 | 0.41 | 0.19 |
| Hex | 2D | 46 | 1D | 24 | 0 | 3B | 49 | 61 | 29 | 13 |
| Octal | 55 | 106 | 35 | 44 | 0 | 73 | 111 | 141 | 51 | 23 |
| Binary | 101101 | 1000110 | 11101 | 100100 | 0 | 111011 | 1001001 | 1100001 | 101001 | 10011 |
Color Harmonies of #2D461D
Complementary color
Monochromatic Colors of #2D461D
Black with #2D461D
Text Example
Text Example
White with #2D461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D461D; }
p { color: rgb(45,70,29); }
H1.HeaderClassName
{
color: #2D461D;
}
.AnyTagClassName
{
color: #2D461D;
}
</style>
background-color css
<style>
a { background-color: #2D461D; }
a { background-color: rgb(45,70,29); }
div.DivClassName
{
background-color: #2D461D;
}
.BgClassName
{
background-color: #2D461D;
}
</style>
border-color css
<style>
span { border-color: #2D461D; }
span { border-color: rgb(45,70,29); }
td.TdClassName
{
border-color: #2D461D;
}
.TagClassName
{
border-color: #2D461D;
}
</style>