Html Css Color HEX #2EB689 Jungle Green

📋 copy color: '#2EB689'

red 46 ◦ green 182 ◦ blue 137

#2EB689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2EB689

Tints of Jungle Green #2EB689

RGB

 RED value IS 46 (18.36% from 255) = 12.6%

 GREEN value IS 182 (71.48% from 255) = 49.86%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 12.6%
G = 49.86%
B = 37.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#2EB689 (or 0x2EB689) is known color: Jungle Green. HEX triplet: 2E, B6 and 89. RGB value is (46,182,137). Sum of RGB (Red+Green+Blue) = 46+182+137=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB689 is #D14976. Grayscale: #888888. Windows color (decimal): -13715831 or 9025070. OLE color: 9025070.

HSL color Cylindrical-coordinate representation of color #2EB689: hue angle of 160.15º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB689 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 182 137 -
CMYK 0.75 0 0.25 0.29
HSL 160.15º 0.6% 0.45% -
HSV(B) 160.15º 0.75% 0.71% -
XYZ 22.37 35.84 29.41 -
YUV 136.21 128.44 63.66 -
System Red Green Blue C M Y K H S L
Decimal 46 182 137 0.75 0 0.25 0.29 160.15 0.6 0.45
Hex 2E B6 89 4B 0 19 1D A0 3C 2D
Octal 56 266 211 113 0 31 35 240 74 55
Binary 101110 10110110 10001001 1001011 0 11001 11101 10100000 111100 101101

Color Harmonies of #2EB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB689

Black with #2EB689

Text Example


Text Example

White with #2EB689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,182,137); }

 H1.HeaderClassName
 {
   color: #2EB689;
 }
 .AnyTagClassName
 {
   color: #2EB689;
 }
</style>

background-color css

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

 a { background-color: rgb(46,182,137); }

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

border-color css

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

 span { border-color: rgb(46,182,137); }

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