#2E5316

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

Shades of Palm Leaf #2E5316

Tints of Palm Leaf #2E5316

Color information

#2E5316 (or 0x2E5316) is unknown color: approx Palm Leaf. HEX triplet: 2E, 53 and 16. RGB value is (46,83,22). Sum of RGB (Red+Green+Blue) = 46+83+22=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5316 is #D1ACE9. Grayscale: #414141. Windows color (decimal): -13741290 or 1463086. OLE color: 1463086.

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

Color convert

RGB468322-
CMYK0.4500.730.67
HSL96.39º58.1%20.59%-
HSV(B)96.39º73.49%32.55%-
XYZ4.366.831.85-
YUV64.98103.74114.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.46%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=30.46%
G=54.97%
B=14.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683220.4500.730.6796.3958.120.59
Hex2E53162D04943603a15
Octal56123265501111031407225
Binary101110101001110110101101010010011000011110000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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