Html Css Color HEX #2EA975 Medium Sea Green

📋 copy color: '#2EA975'

red 46 ◦ green 169 ◦ blue 117

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

Shades of Medium Sea Green #2EA975

Tints of Medium Sea Green #2EA975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 13.86%
G = 50.9%
B = 35.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#2EA975 (or 0x2EA975) is known color: Medium Sea Green. HEX triplet: 2E, A9 and 75. RGB value is (46,169,117). Sum of RGB (Red+Green+Blue) = 46+169+117=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA975 is #D1568A. Grayscale: #7E7E7E. Windows color (decimal): -13719179 or 7711022. OLE color: 7711022.

HSL color Cylindrical-coordinate representation of color #2EA975: hue angle of 154.63º 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 #2EA975 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 169 117 -
CMYK 0.73 0 0.31 0.34
HSL 154.63º 0.57% 0.42% -
HSV(B) 154.63º 0.73% 0.66% -
XYZ 18.53 30.24 21.69 -
YUV 126.3 122.75 70.73 -
System Red Green Blue C M Y K H S L
Decimal 46 169 117 0.73 0 0.31 0.34 154.63 0.57 0.42
Hex 2E A9 75 49 0 1F 22 9B 39 2A
Octal 56 251 165 111 0 37 42 233 71 52
Binary 101110 10101001 1110101 1001001 0 11111 100010 10011011 111001 101010

Color Harmonies of #2EA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA975

Black with #2EA975

Text Example


Text Example

White with #2EA975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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