#2E482B

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

Shades of Palm Leaf #2E482B

Tints of Palm Leaf #2E482B

Color information

#2E482B (or 0x2E482B) is unknown color: approx Palm Leaf. HEX triplet: 2E, 48 and 2B. RGB value is (46,72,43). Sum of RGB (Red+Green+Blue) = 46+72+43=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #2E482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E482B is #D1B7D4. Grayscale: #3D3D3D. Windows color (decimal): -13744085 or 2836526. OLE color: 2836526.

HSL color Cylindrical-coordinate representation of color #2E482B: hue angle of 113.79º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E482B is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB467243-
CMYK0.3600.400.72
HSL113.79º25.22%22.55%-
HSV(B)113.79º40.28%28.24%-
XYZ3.885.393.12-
YUV60.92117.89117.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=28.57%
G=44.72%
B=26.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672430.3600.400.72113.7925.2222.55
Hex2E482B2402848721917
Octal5611053440501101623127
Binary10111010010001010111001000101000100100011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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