#2E481E

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

Shades of Palm Leaf #2E481E

Tints of Palm Leaf #2E481E

Color information

#2E481E (or 0x2E481E) is unknown color: approx Palm Leaf. HEX triplet: 2E, 48 and 1E. RGB value is (46,72,30). Sum of RGB (Red+Green+Blue) = 46+72+30=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #2E481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E481E is #D1B7E1. Grayscale: #3B3B3B. Windows color (decimal): -13744098 or 1984558. OLE color: 1984558.

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

Color convert

RGB467230-
CMYK0.3600.580.72
HSL97.14º41.18%20%-
HSV(B)97.14º58.33%28.24%-
XYZ3.685.312.06-
YUV59.44111.39118.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.08%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=31.08%
G=48.65%
B=20.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672300.3600.580.7297.1441.1820
Hex2E481E2403A48612914
Octal5611036440721101415124
Binary10111010010001111010010001110101001000110000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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