#2E4B24

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

Shades of Palm Leaf #2E4B24

Tints of Palm Leaf #2E4B24

Color information

#2E4B24 (or 0x2E4B24) is unknown color: approx Palm Leaf. HEX triplet: 2E, 4B and 24. RGB value is (46,75,36). Sum of RGB (Red+Green+Blue) = 46+75+36=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B24 is #D1B4DB. Grayscale: #3E3E3E. Windows color (decimal): -13743324 or 2378542. OLE color: 2378542.

HSL color Cylindrical-coordinate representation of color #2E4B24: hue angle of 104.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E4B24 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB467536-
CMYK0.3900.520.71
HSL104.62º35.14%21.76%-
HSV(B)104.62º52%29.41%-
XYZ3.965.742.57-
YUV61.88113.39116.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=29.30%
G=47.77%
B=22.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675360.3900.520.71104.6235.1421.76
Hex2E4B242703447692316
Octal5611344470641071514326
Binary101110100101110010010011101101001000111110100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,75,36); }

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

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

 a { background-color: rgb(46,75,36); }

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

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

 span { border-color: rgb(46,75,36); }

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