#2E4127

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

Shades of Palm Leaf #2E4127

Tints of Palm Leaf #2E4127

Color information

#2E4127 (or 0x2E4127) is unknown color: approx Palm Leaf. HEX triplet: 2E, 41 and 27. RGB value is (46,65,39). Sum of RGB (Red+Green+Blue) = 46+65+39=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4127 is #D1BED8. Grayscale: #383838. Windows color (decimal): -13745881 or 2572590. OLE color: 2572590.

HSL color Cylindrical-coordinate representation of color #2E4127: hue angle of 103.85º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E4127 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB466539-
CMYK0.2900.400.75
HSL103.85º25%20.39%-
HSV(B)103.85º40%25.49%-
XYZ3.384.512.61-
YUV56.36118.21120.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.67%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 39 (15.62% from 255) = 26%
R=30.67%
G=43.33%
B=26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665390.2900.400.75103.852520.39
Hex2E41271D0284B681914
Octal5610147350501131503124
Binary1011101000001100111111010101000100101111010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,39); }

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

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

 a { background-color: rgb(46,65,39); }

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

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

 span { border-color: rgb(46,65,39); }

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