#2E442A

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

Shades of Palm Leaf #2E442A

Tints of Palm Leaf #2E442A

Color information

#2E442A (or 0x2E442A) is unknown color: approx Palm Leaf. HEX triplet: 2E, 44 and 2A. RGB value is (46,68,42). Sum of RGB (Red+Green+Blue) = 46+68+42=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #2E442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E442A is #D1BBD5. Grayscale: #3A3A3A. Windows color (decimal): -13745110 or 2769966. OLE color: 2769966.

HSL color Cylindrical-coordinate representation of color #2E442A: hue angle of 110.77º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E442A is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB466842-
CMYK0.3200.380.73
HSL110.77º23.64%21.57%-
HSV(B)110.77º38.24%26.67%-
XYZ3.614.882.94-
YUV58.46118.71119.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.49%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=29.49%
G=43.59%
B=26.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4668420.3200.380.73110.7723.6421.57
Hex2E442A20026496f1816
Octal5610452400461111573026
Binary10111010001001010101000000100110100100111011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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