#2DA66F

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

Shades of Medium Sea Green #2DA66F

Tints of Medium Sea Green #2DA66F

Color information

#2DA66F (or 0x2DA66F) is unknown color: approx Medium Sea Green. HEX triplet: 2D, A6 and 6F. RGB value is (45,166,111). Sum of RGB (Red+Green+Blue) = 45+166+111=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA66F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA66F is #D25990. Grayscale: #7B7B7B. Windows color (decimal): -13785489 or 7317037. OLE color: 7317037.

HSL color Cylindrical-coordinate representation of color #2DA66F: hue angle of 152.73º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA66F is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB45166111-
CMYK0.7300.330.35
HSL152.73º57.35%41.37%-
HSV(B)152.73º72.89%65.1%-
XYZ17.5928.9819.71-
YUV123.55120.9171.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.98%
GREEN value IS 166 (65.23% from 255) = 51.55%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=13.98%
G=51.55%
B=34.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451661110.7300.330.35152.7357.3541.37
Hex2DA66F4902123993929
Octal55246157111041432317151
Binary1011011010011011011111001001010000110001110011001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,166,111); }

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

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

 a { background-color: rgb(45,166,111); }

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

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

 span { border-color: rgb(45,166,111); }

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