#2E531B

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

Shades of Palm Leaf #2E531B

Tints of Palm Leaf #2E531B

Color information

#2E531B (or 0x2E531B) is unknown color: approx Palm Leaf. HEX triplet: 2E, 53 and 1B. RGB value is (46,83,27). Sum of RGB (Red+Green+Blue) = 46+83+27=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #2E531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E531B is #D1ACE4. Grayscale: #414141. Windows color (decimal): -13741285 or 1790766. OLE color: 1790766.

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

Color convert

RGB468327-
CMYK0.4500.670.67
HSL99.64º50.91%21.57%-
HSV(B)99.64º67.47%32.55%-
XYZ4.426.852.13-
YUV65.55106.24114.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.49%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=29.49%
G=53.21%
B=17.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683270.4500.670.6799.6450.9121.57
Hex2E531B2D04343643316
Octal56123335501031031446326
Binary101110101001111011101101010000111000011110010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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