#2EAF65

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

Shades of Medium Sea Green #2EAF65

Tints of Medium Sea Green #2EAF65

Color information

#2EAF65 (or 0x2EAF65) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AF and 65. RGB value is (46,175,101). Sum of RGB (Red+Green+Blue) = 46+175+101=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAF65 is #D1509A. Grayscale: #808080. Windows color (decimal): -13717659 or 6663982. OLE color: 6663982.

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

Color convert

RGB46175101-
CMYK0.7400.420.31
HSL145.58º58.37%43.33%-
HSV(B)145.58º73.71%68.63%-
XYZ18.8132.1817.53-
YUV127.99112.7669.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.29%
GREEN value IS 175 (68.75% from 255) = 54.35%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=14.29%
G=54.35%
B=31.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461751010.7400.420.31145.5858.3743.33
Hex2EAF654A02A1F923a2b
Octal56257145112052372227253
Binary101110101011111100101100101001010101111110010010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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