#2E4823

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

Shades of Palm Leaf #2E4823

Tints of Palm Leaf #2E4823

Color information

#2E4823 (or 0x2E4823) is unknown color: approx Palm Leaf. HEX triplet: 2E, 48 and 23. RGB value is (46,72,35). Sum of RGB (Red+Green+Blue) = 46+72+35=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4823 is #D1B7DC. Grayscale: #3C3C3C. Windows color (decimal): -13744093 or 2312238. OLE color: 2312238.

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

Color convert

RGB467235-
CMYK0.3600.510.72
HSL102.16º34.58%20.98%-
HSV(B)102.16º51.39%28.24%-
XYZ3.755.342.42-
YUV60.01113.89118.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=30.07%
G=47.06%
B=22.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672350.3600.510.72102.1634.5820.98
Hex2E48232403348662315
Octal5611043440631101464325
Binary101110100100010001110010001100111001000110011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,35); }

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

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

 a { background-color: rgb(46,72,35); }

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

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

 span { border-color: rgb(46,72,35); }

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