Html Css Color HEX #2EAC7B Jungle Green

📋 copy color: '#2EAC7B'

red 46 ◦ green 172 ◦ blue 123

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

Shades of Jungle Green #2EAC7B

Tints of Jungle Green #2EAC7B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.44%

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

R = 13.49%
G = 50.44%
B = 36.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#2EAC7B (or 0x2EAC7B) is known color: Jungle Green. HEX triplet: 2E, AC and 7B. RGB value is (46,172,123). Sum of RGB (Red+Green+Blue) = 46+172+123=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAC7B is #D15384. Grayscale: #808080. Windows color (decimal): -13718405 or 8105006. OLE color: 8105006.

HSL color Cylindrical-coordinate representation of color #2EAC7B: hue angle of 156.67º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC7B is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 172 123 -
CMYK 0.73 0 0.28 0.33
HSL 156.67º 0.58% 0.43% -
HSV(B) 156.67º 0.73% 0.67% -
XYZ 19.45 31.52 23.8 -
YUV 128.74 124.76 68.98 -
System Red Green Blue C M Y K H S L
Decimal 46 172 123 0.73 0 0.28 0.33 156.67 0.58 0.43
Hex 2E AC 7B 49 0 1C 21 9D 3A 2B
Octal 56 254 173 111 0 34 41 235 72 53
Binary 101110 10101100 1111011 1001001 0 11100 100001 10011101 111010 101011

Color Harmonies of #2EAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC7B

Black with #2EAC7B

Text Example


Text Example

White with #2EAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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