Html Css Color HEX #2EA96C Medium Sea Green

📋 copy color: '#2EA96C'

red 46 ◦ green 169 ◦ blue 108

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

Shades of Medium Sea Green #2EA96C

Tints of Medium Sea Green #2EA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52.32%

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 14.24%
G = 52.32%
B = 33.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#2EA96C (or 0x2EA96C) is known color: Medium Sea Green. HEX triplet: 2E, A9 and 6C. RGB value is (46,169,108). Sum of RGB (Red+Green+Blue) = 46+169+108=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA96C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA96C is #D15693. Grayscale: #7D7D7D. Windows color (decimal): -13719188 or 7121198. OLE color: 7121198.

HSL color Cylindrical-coordinate representation of color #2EA96C: hue angle of 150.24º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA96C is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 169 108 -
CMYK 0.73 0 0.36 0.34
HSL 150.24º 0.57% 0.42% -
HSV(B) 150.24º 0.73% 0.66% -
XYZ 18.02 30.04 19.04 -
YUV 125.27 118.25 71.46 -
System Red Green Blue C M Y K H S L
Decimal 46 169 108 0.73 0 0.36 0.34 150.24 0.57 0.42
Hex 2E A9 6C 49 0 24 22 96 39 2A
Octal 56 251 154 111 0 44 42 226 71 52
Binary 101110 10101001 1101100 1001001 0 100100 100010 10010110 111001 101010

Color Harmonies of #2EA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA96C

Black with #2EA96C

Text Example


Text Example

White with #2EA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,169,108); }

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

background-color css

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

 a { background-color: rgb(46,169,108); }

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

border-color css

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

 span { border-color: rgb(46,169,108); }

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