#2EAF64

Color #2EAF64 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2EAF64

Tints of Medium Sea Green #2EAF64

Color information

#2EAF64 (or 0x2EAF64) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AF and 64. RGB value is (46,175,100). Sum of RGB (Red+Green+Blue) = 46+175+100=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF64 is #D1509B. Grayscale: #808080. Windows color (decimal): -13717660 or 6598446. OLE color: 6598446.

HSL color Cylindrical-coordinate representation of color #2EAF64: hue angle of 145.12º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF64 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB46175100-
CMYK0.7400.430.31
HSL145.12º58.37%43.33%-
HSV(B)145.12º73.71%68.63%-
XYZ18.7632.1617.28-
YUV127.88112.2669.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.33%
GREEN value IS 175 (68.75% from 255) = 54.52%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=14.33%
G=54.52%
B=31.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461751000.7400.430.31145.1258.3743.33
Hex2EAF644A02B1F913a2b
Octal56257144112053372217253
Binary101110101011111100100100101001010111111110010001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,175,100); }

 H1.HeaderClassName
 {
   color: #2EAF64;
 }
 .AnyTagClassName
 {
   color: #2EAF64;
 }
</style>
background-color css

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

 a { background-color: rgb(46,175,100); }

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

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

 span { border-color: rgb(46,175,100); }

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