Html Css Color HEX #2EA67B Jungle Green

📋 copy color: '#2EA67B'

red 46 ◦ green 166 ◦ blue 123

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

Shades of Jungle Green #2EA67B

Tints of Jungle Green #2EA67B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.55%

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 13.73%
G = 49.55%
B = 36.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#2EA67B (or 0x2EA67B) is known color: Jungle Green. HEX triplet: 2E, A6 and 7B. RGB value is (46,166,123). Sum of RGB (Red+Green+Blue) = 46+166+123=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA67B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA67B is #D15984. Grayscale: #7D7D7D. Windows color (decimal): -13719941 or 8103470. OLE color: 8103470.

HSL color Cylindrical-coordinate representation of color #2EA67B: hue angle of 158.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA67B is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 166 123 -
CMYK 0.72 0 0.26 0.35
HSL 158.5º 0.57% 0.42% -
HSV(B) 158.5º 0.72% 0.65% -
XYZ 18.34 29.28 23.42 -
YUV 125.22 126.74 71.5 -
System Red Green Blue C M Y K H S L
Decimal 46 166 123 0.72 0 0.26 0.35 158.5 0.57 0.42
Hex 2E A6 7B 48 0 1A 23 9E 39 2A
Octal 56 246 173 110 0 32 43 236 71 52
Binary 101110 10100110 1111011 1001000 0 11010 100011 10011110 111001 101010

Color Harmonies of #2EA67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA67B

Black with #2EA67B

Text Example


Text Example

White with #2EA67B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,166,123); }

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

background-color css

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

 a { background-color: rgb(46,166,123); }

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

border-color css

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

 span { border-color: rgb(46,166,123); }

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