#2EBB8A

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

Shades of Jungle Green #2EBB8A

Tints of Jungle Green #2EBB8A

Color information

#2EBB8A (or 0x2EBB8A) is unknown color: approx Jungle Green. HEX triplet: 2E, BB and 8A. RGB value is (46,187,138). Sum of RGB (Red+Green+Blue) = 46+187+138=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBB8A is #D14475. Grayscale: #8B8B8B. Windows color (decimal): -13714550 or 9091886. OLE color: 9091886.

HSL color Cylindrical-coordinate representation of color #2EBB8A: hue angle of 159.15º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBB8A is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB46187138-
CMYK0.7500.260.27
HSL159.15º60.52%45.69%-
HSV(B)159.15º75.4%73.33%-
XYZ23.4837.9630.13-
YUV139.26127.2961.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.40%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=12.40%
G=50.40%
B=37.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461871380.7500.260.27159.1560.5245.69
Hex2EBB8A4B01A1B9f3d2e
Octal56273212113032332377556
Binary101110101110111000101010010110110101101110011111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,187,138); }

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

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

 a { background-color: rgb(46,187,138); }

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

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

 span { border-color: rgb(46,187,138); }

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