Shades of Palm Leaf #2E461F
Tints of Palm Leaf #2E461F
RGB
CMYK
RGB Variations
Color information
#2E461F (or 0x2E461F) is known color: Palm Leaf. HEX triplet: 2E, 46 and 1F. RGB value is (46,70,31). Sum of RGB (Red+Green+Blue) = 46+70+31=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #2E461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E461F is #D1B9E0. Grayscale: #3A3A3A. Windows color (decimal): -13744609 or 2049582. OLE color: 2049582.
HSL color Cylindrical-coordinate representation of color #2E461F: hue angle of 96.92º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E461F is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 31 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.73 |
| HSL | 96.92º | 0.39% | 0.2% | - |
| HSV(B) | 96.92º | 0.56% | 0.27% | - |
| XYZ | 3.56 | 5.06 | 2.09 | - |
| YUV | 58.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 31 | 0.34 | 0 | 0.56 | 0.73 | 96.92 | 0.39 | 0.2 |
| Hex | 2E | 46 | 1F | 22 | 0 | 38 | 49 | 61 | 27 | 14 |
| Octal | 56 | 106 | 37 | 42 | 0 | 70 | 111 | 141 | 47 | 24 |
| Binary | 101110 | 1000110 | 11111 | 100010 | 0 | 111000 | 1001001 | 1100001 | 100111 | 10100 |
Color Harmonies of #2E461F
Complementary color
Monochromatic Colors of #2E461F
Black with #2E461F
Text Example
Text Example
White with #2E461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E461F; }
p { color: rgb(46,70,31); }
H1.HeaderClassName
{
color: #2E461F;
}
.AnyTagClassName
{
color: #2E461F;
}
</style>
background-color css
<style>
a { background-color: #2E461F; }
a { background-color: rgb(46,70,31); }
div.DivClassName
{
background-color: #2E461F;
}
.BgClassName
{
background-color: #2E461F;
}
</style>
border-color css
<style>
span { border-color: #2E461F; }
span { border-color: rgb(46,70,31); }
td.TdClassName
{
border-color: #2E461F;
}
.TagClassName
{
border-color: #2E461F;
}
</style>