#2E4E26

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

Shades of Palm Leaf #2E4E26

Tints of Palm Leaf #2E4E26

Color information

#2E4E26 (or 0x2E4E26) is unknown color: approx Palm Leaf. HEX triplet: 2E, 4E and 26. RGB value is (46,78,38). Sum of RGB (Red+Green+Blue) = 46+78+38=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #2E4E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4E26 is #D1B1D9. Grayscale: #3F3F3F. Windows color (decimal): -13742554 or 2510382. OLE color: 2510382.

HSL color Cylindrical-coordinate representation of color #2E4E26: hue angle of 108º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E4E26 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB467838-
CMYK0.4100.510.69
HSL108º34.48%22.75%-
HSV(B)108º51.28%30.59%-
XYZ4.26.172.8-
YUV63.87113.4115.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 78 (30.86% from 255) = 48.15%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=28.40%
G=48.15%
B=23.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4678380.4100.510.6910834.4822.75
Hex2E4E2629033456c2217
Octal5611646510631051544227
Binary101110100111010011010100101100111000101110110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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