#2DAE63

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

Shades of Medium Sea Green #2DAE63

Tints of Medium Sea Green #2DAE63

Color information

#2DAE63 (or 0x2DAE63) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AE and 63. RGB value is (45,174,99). Sum of RGB (Red+Green+Blue) = 45+174+99=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE63 is #D2519C. Grayscale: #7F7F7F. Windows color (decimal): -13783453 or 6532653. OLE color: 6532653.

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

Color convert

RGB4517499-
CMYK0.7400.430.32
HSL145.12º58.9%42.94%-
HSV(B)145.12º74.14%68.24%-
XYZ18.4731.7316.96-
YUV126.88112.2669.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.15%
GREEN value IS 174 (68.36% from 255) = 54.72%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=14.15%
G=54.72%
B=31.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45174990.7400.430.32145.1258.942.94
Hex2DAE634A02B20913b2b
Octal55256143112053402217353
Binary1011011010111011000111001010010101110000010010001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,174,99); }

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

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

 a { background-color: rgb(45,174,99); }

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

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

 span { border-color: rgb(45,174,99); }

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