#2E5E0F

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

Shades of Palm Leaf #2E5E0F

Tints of Palm Leaf #2E5E0F

Color information

#2E5E0F (or 0x2E5E0F) is unknown color: approx Palm Leaf. HEX triplet: 2E, 5E and 0F. RGB value is (46,94,15). Sum of RGB (Red+Green+Blue) = 46+94+15=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 94 (37.11% from 255 or 60.65% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 94 - color contains mainly: green. Hex color #2E5E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5E0F is #D1A1F0. Grayscale: #464646. Windows color (decimal): -13738481 or 1007150. OLE color: 1007150.

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

Color convert

RGB469415-
CMYK0.5100.840.63
HSL96.46º72.48%21.37%-
HSV(B)96.46º84.04%36.86%-
XYZ5.228.621.84-
YUV70.6496.6110.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 94 (37.11% from 255) = 60.65%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=29.68%
G=60.65%
B=9.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4694150.5100.840.6396.4672.4821.37
Hex2E5EF330543F604815
Octal56136176301247714011025
Binary10111010111101111110011010101001111111100000100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,94,15); }

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

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

 a { background-color: rgb(46,94,15); }

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

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

 span { border-color: rgb(46,94,15); }

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