#2E501C

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

Shades of Palm Leaf #2E501C

Tints of Palm Leaf #2E501C

Color information

#2E501C (or 0x2E501C) is unknown color: approx Palm Leaf. HEX triplet: 2E, 50 and 1C. RGB value is (46,80,28). Sum of RGB (Red+Green+Blue) = 46+80+28=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #2E501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E501C is #D1AFE3. Grayscale: #404040. Windows color (decimal): -13742052 or 1855534. OLE color: 1855534.

HSL color Cylindrical-coordinate representation of color #2E501C: hue angle of 99.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E501C is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB468028-
CMYK0.4200.650.69
HSL99.23º48.15%21.18%-
HSV(B)99.23º65%31.37%-
XYZ4.26.42.11-
YUV63.91107.74115.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.87%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=29.87%
G=51.95%
B=18.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4680280.4200.650.6999.2348.1521.18
Hex2E501C2A04145633015
Octal56120345201011051436025
Binary101110101000011100101010010000011000101110001111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,80,28); }

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

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

 a { background-color: rgb(46,80,28); }

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

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

 span { border-color: rgb(46,80,28); }

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