Html Css Color HEX #2DA66F Medium Sea Green

📋 copy color: '#2DA66F'

red 45 ◦ green 166 ◦ blue 111

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

Shades of Medium Sea Green #2DA66F

Tints of Medium Sea Green #2DA66F

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 value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#2DA66F (or 0x2DA66F) is known color: 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

RGB 45 166 111 -
CMYK 0.73 0 0.33 0.35
HSL 152.73º 0.57% 0.41% -
HSV(B) 152.73º 0.73% 0.65% -
XYZ 17.59 28.98 19.71 -
YUV 123.55 120.91 71.97 -
System Red Green Blue C M Y K H S L
Decimal 45 166 111 0.73 0 0.33 0.35 152.73 0.57 0.41
Hex 2D A6 6F 49 0 21 23 99 39 29
Octal 55 246 157 111 0 41 43 231 71 51
Binary 101101 10100110 1101111 1001001 0 100001 100011 10011001 111001 101001

Color Harmonies of #2DA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA66F

Black with #2DA66F

Text Example


Text Example

White with #2DA66F

Text Example


Text Example

HTML Codes & Css Web 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>