#2E5A15

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

Shades of Palm Leaf #2E5A15

Tints of Palm Leaf #2E5A15

Color information

#2E5A15 (or 0x2E5A15) is unknown color: approx Palm Leaf. HEX triplet: 2E, 5A and 15. RGB value is (46,90,21). Sum of RGB (Red+Green+Blue) = 46+90+21=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5A15 is #D1A5EA. Grayscale: #454545. Windows color (decimal): -13739499 or 1399342. OLE color: 1399342.

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

Color convert

RGB469021-
CMYK0.4900.770.65
HSL98.26º62.16%21.76%-
HSV(B)98.26º76.67%35.29%-
XYZ4.927.951.98-
YUV68.98100.92111.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 90 (35.55% from 255) = 57.32%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=29.30%
G=57.32%
B=13.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4690210.4900.770.6598.2662.1621.76
Hex2E5A153104D41623e16
Octal56132256101151011427626
Binary101110101101010101110001010011011000001110001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,90,21); }

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

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

 a { background-color: rgb(46,90,21); }

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

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

 span { border-color: rgb(46,90,21); }

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