#2E4F2C

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

Shades of Palm Leaf #2E4F2C

Tints of Palm Leaf #2E4F2C

Color information

#2E4F2C (or 0x2E4F2C) is unknown color: approx Palm Leaf. HEX triplet: 2E, 4F and 2C. RGB value is (46,79,44). Sum of RGB (Red+Green+Blue) = 46+79+44=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F2C is #D1B0D3. Grayscale: #414141. Windows color (decimal): -13742292 or 2903854. OLE color: 2903854.

HSL color Cylindrical-coordinate representation of color #2E4F2C: hue angle of 116.57º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E4F2C is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB467944-
CMYK0.4200.440.69
HSL116.57º28.46%24.12%-
HSV(B)116.57º44.3%30.98%-
XYZ4.386.353.38-
YUV65.14116.07114.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=27.22%
G=46.75%
B=26.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679440.4200.440.69116.5728.4624.12
Hex2E4F2C2A02C45751c18
Octal5611754520541051653430
Binary10111010011111011001010100101100100010111101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,79,44); }

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

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

 a { background-color: rgb(46,79,44); }

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

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

 span { border-color: rgb(46,79,44); }

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