Html Css Color HEX #2EB791 Jungle Green

📋 copy color: '#2EB791'

red 46 ◦ green 183 ◦ blue 145

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

Shades of Jungle Green #2EB791

Tints of Jungle Green #2EB791

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.93%

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 12.3%
G = 48.93%
B = 38.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#2EB791 (or 0x2EB791) is known color: Jungle Green. HEX triplet: 2E, B7 and 91. RGB value is (46,183,145). Sum of RGB (Red+Green+Blue) = 46+183+145=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB791 is #D1486E. Grayscale: #898989. Windows color (decimal): -13715567 or 9549614. OLE color: 9549614.

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

Color convert

RGB 46 183 145 -
CMYK 0.75 0 0.21 0.28
HSL 163.36º 0.6% 0.45% -
HSV(B) 163.36º 0.75% 0.72% -
XYZ 23.17 36.49 32.61 -
YUV 137.71 132.11 62.59 -
System Red Green Blue C M Y K H S L
Decimal 46 183 145 0.75 0 0.21 0.28 163.36 0.6 0.45
Hex 2E B7 91 4B 0 15 1C A3 3C 2D
Octal 56 267 221 113 0 25 34 243 74 55
Binary 101110 10110111 10010001 1001011 0 10101 11100 10100011 111100 101101

Color Harmonies of #2EB791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB791

Black with #2EB791

Text Example


Text Example

White with #2EB791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,183,145); }

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

background-color css

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

 a { background-color: rgb(46,183,145); }

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

border-color css

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

 span { border-color: rgb(46,183,145); }

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