#2E5914

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

Shades of Palm Leaf #2E5914

Tints of Palm Leaf #2E5914

Color information

#2E5914 (or 0x2E5914) is unknown color: approx Palm Leaf. HEX triplet: 2E, 59 and 14. RGB value is (46,89,20). Sum of RGB (Red+Green+Blue) = 46+89+20=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5914 is #D1A6EB. Grayscale: #444444. Windows color (decimal): -13739756 or 1333550. OLE color: 1333550.

HSL color Cylindrical-coordinate representation of color #2E5914: hue angle of 97.39º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5914 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB468920-
CMYK0.4800.780.65
HSL97.39º63.3%21.37%-
HSV(B)97.39º77.53%34.9%-
XYZ4.837.781.91-
YUV68.28100.75112.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=29.68%
G=57.42%
B=12.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4689200.4800.780.6597.3963.321.37
Hex2E59143004E41613f15
Octal56131246001161011417725
Binary101110101100110100110000010011101000001110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,89,20); }

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

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

 a { background-color: rgb(46,89,20); }

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

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

 span { border-color: rgb(46,89,20); }

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