#2E4626

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

Shades of Palm Leaf #2E4626

Tints of Palm Leaf #2E4626

Color information

#2E4626 (or 0x2E4626) is unknown color: approx Palm Leaf. HEX triplet: 2E, 46 and 26. RGB value is (46,70,38). Sum of RGB (Red+Green+Blue) = 46+70+38=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4626 is #D1B9D9. Grayscale: #3B3B3B. Windows color (decimal): -13744602 or 2508334. OLE color: 2508334.

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

Color convert

RGB467038-
CMYK0.3400.460.73
HSL105º29.63%21.18%-
HSV(B)105º45.71%27.45%-
XYZ3.675.12.63-
YUV59.18116.05118.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.87%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=29.87%
G=45.45%
B=24.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4670380.3400.460.7310529.6321.18
Hex2E46262202E49691e15
Octal5610646420561111513625
Binary10111010001101001101000100101110100100111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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