#2E4523

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

Shades of Palm Leaf #2E4523

Tints of Palm Leaf #2E4523

Color information

#2E4523 (or 0x2E4523) is unknown color: approx Palm Leaf. HEX triplet: 2E, 45 and 23. RGB value is (46,69,35). Sum of RGB (Red+Green+Blue) = 46+69+35=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4523 is #D1BADC. Grayscale: #3A3A3A. Windows color (decimal): -13744861 or 2311470. OLE color: 2311470.

HSL color Cylindrical-coordinate representation of color #2E4523: hue angle of 100.59º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E4523 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB466935-
CMYK0.3300.490.73
HSL100.59º32.69%20.39%-
HSV(B)100.59º49.28%27.06%-
XYZ3.564.962.36-
YUV58.25114.88119.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.67%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=30.67%
G=46%
B=23.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4669350.3300.490.73100.5932.6920.39
Hex2E45232103149652114
Octal5610543410611111454124
Binary101110100010110001110000101100011001001110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,35); }

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

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

 a { background-color: rgb(46,69,35); }

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

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

 span { border-color: rgb(46,69,35); }

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