Shades of Palm Leaf #2E600F
Tints of Palm Leaf #2E600F
RGB
CMYK
RGB Variations
Color information
#2E600F (or 0x2E600F) is known color: Palm Leaf. HEX triplet: 2E, 60 and 0F. RGB value is (46,96,15). Sum of RGB (Red+Green+Blue) = 46+96+15=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #2E600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E600F is #D19FF0. Grayscale: #484848. Windows color (decimal): -13737969 or 1007662. OLE color: 1007662.
HSL color Cylindrical-coordinate representation of color #2E600F: hue angle of 97.04º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E600F is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 96 | 15 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.62 |
| HSL | 97.04º | 0.73% | 0.22% | - |
| HSV(B) | 97.04º | 0.84% | 0.38% | - |
| XYZ | 5.4 | 8.98 | 1.9 | - |
| YUV | 71.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 15 | 0.52 | 0 | 0.84 | 0.62 | 97.04 | 0.73 | 0.22 |
| Hex | 2E | 60 | F | 34 | 0 | 54 | 3E | 61 | 49 | 16 |
| Octal | 56 | 140 | 17 | 64 | 0 | 124 | 76 | 141 | 111 | 26 |
| Binary | 101110 | 1100000 | 1111 | 110100 | 0 | 1010100 | 111110 | 1100001 | 1001001 | 10110 |
Color Harmonies of #2E600F
Complementary color
Monochromatic Colors of #2E600F
Black with #2E600F
Text Example
Text Example
White with #2E600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E600F; }
p { color: rgb(46,96,15); }
H1.HeaderClassName
{
color: #2E600F;
}
.AnyTagClassName
{
color: #2E600F;
}
</style>
background-color css
<style>
a { background-color: #2E600F; }
a { background-color: rgb(46,96,15); }
div.DivClassName
{
background-color: #2E600F;
}
.BgClassName
{
background-color: #2E600F;
}
</style>
border-color css
<style>
span { border-color: #2E600F; }
span { border-color: rgb(46,96,15); }
td.TdClassName
{
border-color: #2E600F;
}
.TagClassName
{
border-color: #2E600F;
}
</style>