#2E482A

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

Shades of Palm Leaf #2E482A

Tints of Palm Leaf #2E482A

Color information

#2E482A (or 0x2E482A) is unknown color: approx Palm Leaf. HEX triplet: 2E, 48 and 2A. RGB value is (46,72,42). Sum of RGB (Red+Green+Blue) = 46+72+42=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #2E482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E482A is #D1B7D5. Grayscale: #3C3C3C. Windows color (decimal): -13744086 or 2770990. OLE color: 2770990.

HSL color Cylindrical-coordinate representation of color #2E482A: hue angle of 112º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E482A is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB467242-
CMYK0.3600.420.72
HSL112º26.32%22.35%-
HSV(B)112º41.67%28.24%-
XYZ3.865.383.03-
YUV60.81117.39117.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=28.75%
G=45%
B=26.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672420.3600.420.7211226.3222.35
Hex2E482A2402A48701a16
Octal5611052440521101603226
Binary10111010010001010101001000101010100100011100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,42); }

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

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

 a { background-color: rgb(46,72,42); }

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

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

 span { border-color: rgb(46,72,42); }

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