#2E541B

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

Shades of Palm Leaf #2E541B

Tints of Palm Leaf #2E541B

Color information

#2E541B (or 0x2E541B) is unknown color: approx Palm Leaf. HEX triplet: 2E, 54 and 1B. RGB value is (46,84,27). Sum of RGB (Red+Green+Blue) = 46+84+27=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #2E541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E541B is #D1ABE4. Grayscale: #424242. Windows color (decimal): -13741029 or 1791022. OLE color: 1791022.

HSL color Cylindrical-coordinate representation of color #2E541B: hue angle of 100º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E541B is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB468427-
CMYK0.4500.680.67
HSL100º51.35%21.76%-
HSV(B)100º67.86%32.94%-
XYZ4.4972.15-
YUV66.14105.91113.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=29.30%
G=53.50%
B=17.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4684270.4500.680.6710051.3521.76
Hex2E541B2D04443643316
Octal56124335501041031446326
Binary101110101010011011101101010001001000011110010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,84,27); }

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

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

 a { background-color: rgb(46,84,27); }

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

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

 span { border-color: rgb(46,84,27); }

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