#2E5918

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

Shades of Palm Leaf #2E5918

Tints of Palm Leaf #2E5918

Color information

#2E5918 (or 0x2E5918) is unknown color: approx Palm Leaf. HEX triplet: 2E, 59 and 18. RGB value is (46,89,24). Sum of RGB (Red+Green+Blue) = 46+89+24=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5918 is #D1A6E7. Grayscale: #444444. Windows color (decimal): -13739752 or 1595694. OLE color: 1595694.

HSL color Cylindrical-coordinate representation of color #2E5918: hue angle of 99.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E5918 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB468924-
CMYK0.4800.730.65
HSL99.69º57.52%22.16%-
HSV(B)99.69º73.03%34.9%-
XYZ4.867.792.11-
YUV68.73102.75111.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=28.93%
G=55.97%
B=15.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4689240.4800.730.6599.6957.5222.16
Hex2E59183004941643a16
Octal56131306001111011447226
Binary101110101100111000110000010010011000001110010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,89,24); }

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

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

 a { background-color: rgb(46,89,24); }

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

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

 span { border-color: rgb(46,89,24); }

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