Shades of Palm Leaf #2E600D
Tints of Palm Leaf #2E600D
RGB
CMYK
RGB Variations
Color information
#2E600D (or 0x2E600D) is known color: Palm Leaf. HEX triplet: 2E, 60 and 0D. RGB value is (46,96,13). Sum of RGB (Red+Green+Blue) = 46+96+13=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #2E600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E600D is #D19FF2. Grayscale: #474747. Windows color (decimal): -13737971 or 876590. OLE color: 876590.
HSL color Cylindrical-coordinate representation of color #2E600D: hue angle of 96.14º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E600D is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 13 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.62 |
| HSL | 96.14º | 0.76% | 0.21% | - |
| HSV(B) | 96.14º | 0.86% | 0.38% | - |
| XYZ | 5.38 | 8.98 | 1.83 | - |
| YUV | 71.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 13 | 0.52 | 0 | 0.86 | 0.62 | 96.14 | 0.76 | 0.21 |
| Hex | 2E | 60 | D | 34 | 0 | 56 | 3E | 60 | 4C | 15 |
| Octal | 56 | 140 | 15 | 64 | 0 | 126 | 76 | 140 | 114 | 25 |
| Binary | 101110 | 1100000 | 1101 | 110100 | 0 | 1010110 | 111110 | 1100000 | 1001100 | 10101 |
Color Harmonies of #2E600D
Complementary color
Monochromatic Colors of #2E600D
Black with #2E600D
Text Example
Text Example
White with #2E600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E600D; }
p { color: rgb(46,96,13); }
H1.HeaderClassName
{
color: #2E600D;
}
.AnyTagClassName
{
color: #2E600D;
}
</style>
background-color css
<style>
a { background-color: #2E600D; }
a { background-color: rgb(46,96,13); }
div.DivClassName
{
background-color: #2E600D;
}
.BgClassName
{
background-color: #2E600D;
}
</style>
border-color css
<style>
span { border-color: #2E600D; }
span { border-color: rgb(46,96,13); }
td.TdClassName
{
border-color: #2E600D;
}
.TagClassName
{
border-color: #2E600D;
}
</style>