#2E5C18

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

Shades of Palm Leaf #2E5C18

Tints of Palm Leaf #2E5C18

Color information

#2E5C18 (or 0x2E5C18) is unknown color: approx Palm Leaf. HEX triplet: 2E, 5C and 18. RGB value is (46,92,24). Sum of RGB (Red+Green+Blue) = 46+92+24=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5C18 is #D1A3E7. Grayscale: #464646. Windows color (decimal): -13738984 or 1596462. OLE color: 1596462.

HSL color Cylindrical-coordinate representation of color #2E5C18: hue angle of 100.59º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E5C18 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB469224-
CMYK0.5000.740.64
HSL100.59º58.62%22.75%-
HSV(B)100.59º73.91%36.08%-
XYZ5.128.32.2-
YUV70.49101.76110.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 92 (36.33% from 255) = 56.79%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=28.40%
G=56.79%
B=14.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4692240.5000.740.64100.5958.6222.75
Hex2E5C183204A40653b17
Octal56134306201121001457327
Binary101110101110011000110010010010101000000110010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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