#2EB17A

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

Shades of Jungle Green #2EB17A

Tints of Jungle Green #2EB17A

Color information

#2EB17A (or 0x2EB17A) is unknown color: approx Jungle Green. HEX triplet: 2E, B1 and 7A. RGB value is (46,177,122). Sum of RGB (Red+Green+Blue) = 46+177+122=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB17A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB17A is #D14E85. Grayscale: #838383. Windows color (decimal): -13717126 or 8040750. OLE color: 8040750.

HSL color Cylindrical-coordinate representation of color #2EB17A: hue angle of 154.81º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB17A is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB46177122-
CMYK0.7400.310.31
HSL154.81º58.74%43.73%-
HSV(B)154.81º74.01%69.41%-
XYZ20.3633.4323.79-
YUV131.56122.666.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.33%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=13.33%
G=51.30%
B=35.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461771220.7400.310.31154.8158.7443.73
Hex2EB17A4A01F1F9b3b2c
Octal56261172112037372337354
Binary10111010110001111101010010100111111111110011011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,122); }

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

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

 a { background-color: rgb(46,177,122); }

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

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

 span { border-color: rgb(46,177,122); }

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