Shades of Palm Leaf #2D491B
Tints of Palm Leaf #2D491B
RGB
CMYK
RGB Variations
Color information
#2D491B (or 0x2D491B) is known color: Palm Leaf. HEX triplet: 2D, 49 and 1B. RGB value is (45,73,27). Sum of RGB (Red+Green+Blue) = 45+73+27=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #2D491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D491B is #D2B6E4. Grayscale: #3B3B3B. Windows color (decimal): -13809381 or 1788205. OLE color: 1788205.
HSL color Cylindrical-coordinate representation of color #2D491B: hue angle of 96.52º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D491B is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 27 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.71 |
| HSL | 96.52º | 0.46% | 0.2% | - |
| HSV(B) | 96.52º | 0.63% | 0.29% | - |
| XYZ | 3.66 | 5.4 | 1.89 | - |
| YUV | 59.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 27 | 0.38 | 0 | 0.63 | 0.71 | 96.52 | 0.46 | 0.2 |
| Hex | 2D | 49 | 1B | 26 | 0 | 3F | 47 | 61 | 2E | 14 |
| Octal | 55 | 111 | 33 | 46 | 0 | 77 | 107 | 141 | 56 | 24 |
| Binary | 101101 | 1001001 | 11011 | 100110 | 0 | 111111 | 1000111 | 1100001 | 101110 | 10100 |
Color Harmonies of #2D491B
Complementary color
Monochromatic Colors of #2D491B
Black with #2D491B
Text Example
Text Example
White with #2D491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D491B; }
p { color: rgb(45,73,27); }
H1.HeaderClassName
{
color: #2D491B;
}
.AnyTagClassName
{
color: #2D491B;
}
</style>
background-color css
<style>
a { background-color: #2D491B; }
a { background-color: rgb(45,73,27); }
div.DivClassName
{
background-color: #2D491B;
}
.BgClassName
{
background-color: #2D491B;
}
</style>
border-color css
<style>
span { border-color: #2D491B; }
span { border-color: rgb(45,73,27); }
td.TdClassName
{
border-color: #2D491B;
}
.TagClassName
{
border-color: #2D491B;
}
</style>