#2E472B

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

Shades of Palm Leaf #2E472B

Tints of Palm Leaf #2E472B

Color information

#2E472B (or 0x2E472B) is unknown color: approx Palm Leaf. HEX triplet: 2E, 47 and 2B. RGB value is (46,71,43). Sum of RGB (Red+Green+Blue) = 46+71+43=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #2E472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E472B is #D1B8D4. Grayscale: #3C3C3C. Windows color (decimal): -13744341 or 2836270. OLE color: 2836270.

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

Color convert

RGB467143-
CMYK0.3500.390.72
HSL113.57º24.56%22.35%-
HSV(B)113.57º39.44%27.84%-
XYZ3.825.263.1-
YUV60.33118.22117.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=28.75%
G=44.38%
B=26.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4671430.3500.390.72113.5724.5622.35
Hex2E472B2302748721916
Octal5610753430471101623126
Binary10111010001111010111000110100111100100011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,71,43); }

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

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

 a { background-color: rgb(46,71,43); }

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

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

 span { border-color: rgb(46,71,43); }

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