#2E5116

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

Shades of Palm Leaf #2E5116

Tints of Palm Leaf #2E5116

Color information

#2E5116 (or 0x2E5116) is unknown color: approx Palm Leaf. HEX triplet: 2E, 51 and 16. RGB value is (46,81,22). Sum of RGB (Red+Green+Blue) = 46+81+22=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #2E5116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5116 is #D1AEE9. Grayscale: #404040. Windows color (decimal): -13741802 or 1462574. OLE color: 1462574.

HSL color Cylindrical-coordinate representation of color #2E5116: hue angle of 95.59º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E5116 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB468122-
CMYK0.4300.730.68
HSL95.59º57.28%20.2%-
HSV(B)95.59º72.84%31.76%-
XYZ4.216.521.8-
YUV63.81104.4115.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.87%
GREEN value IS 81 (32.03% from 255) = 54.36%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=30.87%
G=54.36%
B=14.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681220.4300.730.6895.5957.2820.2
Hex2E51162B04944603914
Octal56121265301111041407124
Binary101110101000110110101011010010011000100110000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,81,22); }

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

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

 a { background-color: rgb(46,81,22); }

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

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

 span { border-color: rgb(46,81,22); }

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