#2E4325

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

Shades of Palm Leaf #2E4325

Tints of Palm Leaf #2E4325

Color information

#2E4325 (or 0x2E4325) is unknown color: approx Palm Leaf. HEX triplet: 2E, 43 and 25. RGB value is (46,67,37). Sum of RGB (Red+Green+Blue) = 46+67+37=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #2E4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4325 is #D1BCDA. Grayscale: #393939. Windows color (decimal): -13745371 or 2442030. OLE color: 2442030.

HSL color Cylindrical-coordinate representation of color #2E4325: hue angle of 102º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4325 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB466737-
CMYK0.3100.450.74
HSL102º28.85%20.39%-
HSV(B)102º44.78%26.27%-
XYZ3.474.732.48-
YUV57.3116.54119.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.67%
GREEN value IS 67 (26.56% from 255) = 44.67%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=30.67%
G=44.67%
B=24.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4667370.3100.450.7410228.8520.39
Hex2E43251F02D4A661d14
Octal5610345370551121463524
Binary1011101000011100101111110101101100101011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,67,37); }

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

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

 a { background-color: rgb(46,67,37); }

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

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

 span { border-color: rgb(46,67,37); }

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