#2E531F

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

Shades of Palm Leaf #2E531F

Tints of Palm Leaf #2E531F

Color information

#2E531F (or 0x2E531F) is unknown color: approx Palm Leaf. HEX triplet: 2E, 53 and 1F. RGB value is (46,83,31). Sum of RGB (Red+Green+Blue) = 46+83+31=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #2E531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E531F is #D1ACE0. Grayscale: #424242. Windows color (decimal): -13741281 or 2052910. OLE color: 2052910.

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

Color convert

RGB468331-
CMYK0.4500.630.67
HSL102.69º45.61%22.35%-
HSV(B)102.69º62.65%32.55%-
XYZ4.476.872.39-
YUV66.01108.24113.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=28.75%
G=51.88%
B=19.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4683310.4500.630.67102.6945.6122.35
Hex2E531F2D03F43672e16
Octal5612337550771031475626
Binary10111010100111111110110101111111000011110011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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