#2E511D

Color #2E511D Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #2E511D

Tints of Palm Leaf #2E511D

Color information

#2E511D (or 0x2E511D) is unknown color: approx Palm Leaf. HEX triplet: 2E, 51 and 1D. RGB value is (46,81,29). Sum of RGB (Red+Green+Blue) = 46+81+29=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #2E511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E511D is #D1AEE2. Grayscale: #404040. Windows color (decimal): -13741795 or 1921326. OLE color: 1921326.

HSL color Cylindrical-coordinate representation of color #2E511D: hue angle of 100.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E511D is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB468129-
CMYK0.4300.640.68
HSL100.38º47.27%21.57%-
HSV(B)100.38º64.2%31.76%-
XYZ4.296.552.2-
YUV64.61107.9114.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 29.49%
GREEN value IS 81 (32.03% from 255) = 51.92%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=29.49%
G=51.92%
B=18.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681290.4300.640.68100.3847.2721.57
Hex2E511D2B04044642f16
Octal56121355301001041445726
Binary101110101000111101101011010000001000100110010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E511D; }

 p { color: rgb(46,81,29); }

 H1.HeaderClassName
 {
   color: #2E511D;
 }
 .AnyTagClassName
 {
   color: #2E511D;
 }
</style>
background-color css

<style>
 a { background-color: #2E511D; }

 a { background-color: rgb(46,81,29); }

 div.DivClassName
 {
   background-color: #2E511D;
 }
 .BgClassName
 {
   background-color: #2E511D;
 }
</style>
border-color css

<style>
 span { border-color: #2E511D; }

 span { border-color: rgb(46,81,29); }

 td.TdClassName
 {
   border-color: #2E511D;
 }
 .TagClassName
 {
   border-color: #2E511D;
 }
</style>