#2E3F2A

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

Shades of Palm Leaf #2E3F2A

Tints of Palm Leaf #2E3F2A

Color information

#2E3F2A (or 0x2E3F2A) is unknown color: approx Palm Leaf. HEX triplet: 2E, 3F and 2A. RGB value is (46,63,42). Sum of RGB (Red+Green+Blue) = 46+63+42=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F2A is #D1C0D5. Grayscale: #373737. Windows color (decimal): -13746390 or 2768686. OLE color: 2768686.

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

Color convert

RGB466342-
CMYK0.2700.330.75
HSL108.57º20%20.59%-
HSV(B)108.57º33.33%24.71%-
XYZ3.324.32.85-
YUV55.52120.37121.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.46%
GREEN value IS 63 (25% from 255) = 41.72%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=30.46%
G=41.72%
B=27.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4663420.2700.330.75108.572020.59
Hex2E3F2A1B0214B6d1415
Octal567752330411131552425
Binary101110111111101010110110100001100101111011011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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