#2E551A

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

Shades of Palm Leaf #2E551A

Tints of Palm Leaf #2E551A

Color information

#2E551A (or 0x2E551A) is unknown color: approx Palm Leaf. HEX triplet: 2E, 55 and 1A. RGB value is (46,85,26). Sum of RGB (Red+Green+Blue) = 46+85+26=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #2E551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E551A is #D1AAE5. Grayscale: #424242. Windows color (decimal): -13740774 or 1725742. OLE color: 1725742.

HSL color Cylindrical-coordinate representation of color #2E551A: hue angle of 99.66º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E551A is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB468526-
CMYK0.4600.690.67
HSL99.66º53.15%21.76%-
HSV(B)99.66º69.41%33.33%-
XYZ4.567.152.12-
YUV66.61105.08113.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=29.30%
G=54.14%
B=16.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4685260.4600.690.6799.6653.1521.76
Hex2E551A2E04543643516
Octal56125325601051031446526
Binary101110101010111010101110010001011000011110010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,85,26); }

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

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

 a { background-color: rgb(46,85,26); }

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

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

 span { border-color: rgb(46,85,26); }

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