Html Css Color HEX #2EB781 Jungle Green

📋 copy color: '#2EB781'

red 46 ◦ green 183 ◦ blue 129

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

Shades of Jungle Green #2EB781

Tints of Jungle Green #2EB781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 12.85%
G = 51.12%
B = 36.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#2EB781 (or 0x2EB781) is known color: Jungle Green. HEX triplet: 2E, B7 and 81. RGB value is (46,183,129). Sum of RGB (Red+Green+Blue) = 46+183+129=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB781 is #D1487E. Grayscale: #878787. Windows color (decimal): -13715583 or 8501038. OLE color: 8501038.

HSL color Cylindrical-coordinate representation of color #2EB781: hue angle of 156.35º 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 #2EB781 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 183 129 -
CMYK 0.75 0 0.30 0.28
HSL 156.35º 0.6% 0.45% -
HSV(B) 156.35º 0.75% 0.72% -
XYZ 22.02 36.03 26.56 -
YUV 135.88 124.11 63.89 -
System Red Green Blue C M Y K H S L
Decimal 46 183 129 0.75 0 0.30 0.28 156.35 0.6 0.45
Hex 2E B7 81 4B 0 1E 1C 9C 3C 2D
Octal 56 267 201 113 0 36 34 234 74 55
Binary 101110 10110111 10000001 1001011 0 11110 11100 10011100 111100 101101

Color Harmonies of #2EB781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB781

Black with #2EB781

Text Example


Text Example

White with #2EB781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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