#2E610E

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

Shades of Palm Leaf #2E610E

Tints of Palm Leaf #2E610E

Color information

#2E610E (or 0x2E610E) is unknown color: approx Palm Leaf. HEX triplet: 2E, 61 and 0E. RGB value is (46,97,14). Sum of RGB (Red+Green+Blue) = 46+97+14=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #2E610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E610E is #D19EF1. Grayscale: #484848. Windows color (decimal): -13737714 or 942382. OLE color: 942382.

HSL color Cylindrical-coordinate representation of color #2E610E: hue angle of 96.87º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E610E is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB469714-
CMYK0.5300.860.62
HSL96.87º74.77%21.76%-
HSV(B)96.87º85.57%38.04%-
XYZ5.489.161.9-
YUV72.2995.1109.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 97 (38.28% from 255) = 61.78%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=29.30%
G=61.78%
B=8.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697140.5300.860.6296.8774.7721.76
Hex2E61E350563E614b16
Octal56141166501267614111326
Binary10111011000011110110101010101101111101100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,97,14); }

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

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

 a { background-color: rgb(46,97,14); }

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

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

 span { border-color: rgb(46,97,14); }

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