Html Css Color HEX #2EB282 Jungle Green

📋 copy color: '#2EB282'

red 46 ◦ green 178 ◦ blue 130

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

Shades of Jungle Green #2EB282

Tints of Jungle Green #2EB282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 12.99%
G = 50.28%
B = 36.72%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#2EB282 (or 0x2EB282) is known color: Jungle Green. HEX triplet: 2E, B2 and 82. RGB value is (46,178,130). Sum of RGB (Red+Green+Blue) = 46+178+130=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB282 is #D14D7D. Grayscale: #858585. Windows color (decimal): -13716862 or 8565294. OLE color: 8565294.

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

Color convert

RGB 46 178 130 -
CMYK 0.74 0 0.27 0.30
HSL 158.18º 0.59% 0.44% -
HSV(B) 158.18º 0.74% 0.7% -
XYZ 21.08 34.03 26.58 -
YUV 133.06 126.27 65.9 -
System Red Green Blue C M Y K H S L
Decimal 46 178 130 0.74 0 0.27 0.30 158.18 0.59 0.44
Hex 2E B2 82 4A 0 1B 1E 9E 3B 2C
Octal 56 262 202 112 0 33 36 236 73 54
Binary 101110 10110010 10000010 1001010 0 11011 11110 10011110 111011 101100

Color Harmonies of #2EB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB282

Black with #2EB282

Text Example


Text Example

White with #2EB282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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