Html Css Color HEX #2EB281 Jungle Green

📋 copy color: '#2EB281'

red 46 ◦ green 178 ◦ blue 129

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

Shades of Jungle Green #2EB281

Tints of Jungle Green #2EB281

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.42%

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

R = 13.03%
G = 50.42%
B = 36.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#2EB281 (or 0x2EB281) is known color: Jungle Green. HEX triplet: 2E, B2 and 81. RGB value is (46,178,129). Sum of RGB (Red+Green+Blue) = 46+178+129=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB281 is #D14D7E. Grayscale: #858585. Windows color (decimal): -13716863 or 8499758. OLE color: 8499758.

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

Color convert

RGB 46 178 129 -
CMYK 0.74 0 0.28 0.30
HSL 157.73º 0.59% 0.44% -
HSV(B) 157.73º 0.74% 0.7% -
XYZ 21.01 34.01 26.23 -
YUV 132.95 125.77 65.98 -
System Red Green Blue C M Y K H S L
Decimal 46 178 129 0.74 0 0.28 0.30 157.73 0.59 0.44
Hex 2E B2 81 4A 0 1C 1E 9E 3B 2C
Octal 56 262 201 112 0 34 36 236 73 54
Binary 101110 10110010 10000001 1001010 0 11100 11110 10011110 111011 101100

Color Harmonies of #2EB281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB281

Black with #2EB281

Text Example


Text Example

White with #2EB281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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