#2E4820

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

Shades of Palm Leaf #2E4820

Tints of Palm Leaf #2E4820

Color information

#2E4820 (or 0x2E4820) is unknown color: approx Palm Leaf. HEX triplet: 2E, 48 and 20. RGB value is (46,72,32). Sum of RGB (Red+Green+Blue) = 46+72+32=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4820 is #D1B7DF. Grayscale: #3B3B3B. Windows color (decimal): -13744096 or 2115630. OLE color: 2115630.

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

Color convert

RGB467232-
CMYK0.3600.560.72
HSL99º38.46%20.39%-
HSV(B)99º55.56%28.24%-
XYZ3.75.322.2-
YUV59.67112.39118.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.67%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=30.67%
G=48%
B=21.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672320.3600.560.729938.4620.39
Hex2E48202403848632614
Octal5611040440701101434624
Binary101110100100010000010010001110001001000110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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