#2EA77B

Color #2EA77B Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2EA77B

Tints of Jungle Green #2EA77B

Color information

#2EA77B (or 0x2EA77B) is unknown color: approx Jungle Green. HEX triplet: 2E, A7 and 7B. RGB value is (46,167,123). Sum of RGB (Red+Green+Blue) = 46+167+123=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA77B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA77B is #D15884. Grayscale: #7D7D7D. Windows color (decimal): -13719685 or 8103726. OLE color: 8103726.

HSL color Cylindrical-coordinate representation of color #2EA77B: hue angle of 158.18º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA77B is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB46167123-
CMYK0.7200.260.35
HSL158.18º56.81%41.76%-
HSV(B)158.18º72.46%65.49%-
XYZ18.5229.6523.49-
YUV125.8126.4171.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.69%
GREEN value IS 167 (65.62% from 255) = 49.70%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=13.69%
G=49.70%
B=36.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461671230.7200.260.35158.1856.8141.76
Hex2EA77B4801A239e392a
Octal56247173110032432367152
Binary101110101001111111011100100001101010001110011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,167,123); }

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

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

 a { background-color: rgb(46,167,123); }

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

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

 span { border-color: rgb(46,167,123); }

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