#2E5515

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

Shades of Palm Leaf #2E5515

Tints of Palm Leaf #2E5515

Color information

#2E5515 (or 0x2E5515) is unknown color: approx Palm Leaf. HEX triplet: 2E, 55 and 15. RGB value is (46,85,21). Sum of RGB (Red+Green+Blue) = 46+85+21=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5515 is #D1AAEA. Grayscale: #424242. Windows color (decimal): -13740779 or 1398062. OLE color: 1398062.

HSL color Cylindrical-coordinate representation of color #2E5515: hue angle of 96.56º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E5515 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB468521-
CMYK0.4600.750.67
HSL96.56º60.38%20.78%-
HSV(B)96.56º75.29%33.33%-
XYZ4.517.131.85-
YUV66.04102.58113.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.26%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=30.26%
G=55.92%
B=13.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685210.4600.750.6796.5660.3820.78
Hex2E55152E04B43613c15
Octal56125255601131031417425
Binary101110101010110101101110010010111000011110000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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