#2E4726

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

Shades of Palm Leaf #2E4726

Tints of Palm Leaf #2E4726

Color information

#2E4726 (or 0x2E4726) is unknown color: approx Palm Leaf. HEX triplet: 2E, 47 and 26. RGB value is (46,71,38). Sum of RGB (Red+Green+Blue) = 46+71+38=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4726 is #D1B8D9. Grayscale: #3B3B3B. Windows color (decimal): -13744346 or 2508590. OLE color: 2508590.

HSL color Cylindrical-coordinate representation of color #2E4726: hue angle of 105.45º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E4726 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB467138-
CMYK0.3500.460.72
HSL105.45º30.28%21.37%-
HSV(B)105.45º46.48%27.84%-
XYZ3.735.232.65-
YUV59.76115.72118.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=29.68%
G=45.81%
B=24.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4671380.3500.460.72105.4530.2821.37
Hex2E47262302E48691e15
Octal5610746430561101513625
Binary10111010001111001101000110101110100100011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,71,38); }

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

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

 a { background-color: rgb(46,71,38); }

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

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

 span { border-color: rgb(46,71,38); }

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