#2E4F19

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

Shades of Palm Leaf #2E4F19

Tints of Palm Leaf #2E4F19

Color information

#2E4F19 (or 0x2E4F19) is unknown color: approx Palm Leaf. HEX triplet: 2E, 4F and 19. RGB value is (46,79,25). Sum of RGB (Red+Green+Blue) = 46+79+25=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E4F19 is #D1B0E6. Grayscale: #3F3F3F. Windows color (decimal): -13742311 or 1658670. OLE color: 1658670.

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

Color convert

RGB467925-
CMYK0.4200.680.69
HSL96.67º51.92%20.39%-
HSV(B)96.67º68.35%30.98%-
XYZ4.16.241.91-
YUV62.98106.57115.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.67%
GREEN value IS 79 (31.25% from 255) = 52.67%
BLUE value IS 25 (10.16% from 255) = 16.67%
R=30.67%
G=52.67%
B=16.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679250.4200.680.6996.6751.9220.39
Hex2E4F192A04445613414
Octal56117315201041051416424
Binary101110100111111001101010010001001000101110000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,79,25); }

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

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

 a { background-color: rgb(46,79,25); }

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

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

 span { border-color: rgb(46,79,25); }

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