#2E501F

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

Shades of Palm Leaf #2E501F

Tints of Palm Leaf #2E501F

Color information

#2E501F (or 0x2E501F) is unknown color: approx Palm Leaf. HEX triplet: 2E, 50 and 1F. RGB value is (46,80,31). Sum of RGB (Red+Green+Blue) = 46+80+31=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #2E501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E501F is #D1AFE0. Grayscale: #404040. Windows color (decimal): -13742049 or 2052142. OLE color: 2052142.

HSL color Cylindrical-coordinate representation of color #2E501F: hue angle of 101.63º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E501F is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB468031-
CMYK0.4200.610.69
HSL101.63º44.14%21.76%-
HSV(B)101.63º61.25%31.37%-
XYZ4.246.422.31-
YUV64.25109.24114.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=29.30%
G=50.96%
B=19.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4680310.4200.610.69101.6344.1421.76
Hex2E501F2A03D45662c16
Octal5612037520751051465426
Binary10111010100001111110101001111011000101110011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,80,31); }

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

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

 a { background-color: rgb(46,80,31); }

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

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

 span { border-color: rgb(46,80,31); }

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