Html Css Color HEX #2DD673 Medium Sea Green

📋 copy color: '#2DD673'

red 45 ◦ green 214 ◦ blue 115

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

Shades of Medium Sea Green #2DD673

Tints of Medium Sea Green #2DD673

RGB

 RED value IS 45 (17.97% from 255) = 12.03%

 GREEN value IS 214 (83.98% from 255) = 57.22%

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 12.03%
G = 57.22%
B = 30.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#2DD673 (or 0x2DD673) is known color: Medium Sea Green. HEX triplet: 2D, D6 and 73. RGB value is (45,214,115). Sum of RGB (Red+Green+Blue) = 45+214+115=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD673 is #D2298C. Grayscale: #989898. Windows color (decimal): -13773197 or 7591469. OLE color: 7591469.

HSL color Cylindrical-coordinate representation of color #2DD673: hue angle of 144.85º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD673 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 214 115 -
CMYK 0.79 0 0.46 0.16
HSL 144.85º 0.67% 0.51% -
HSV(B) 144.85º 0.79% 0.84% -
XYZ 28.22 49.89 24.36 -
YUV 152.18 107.01 51.55 -
System Red Green Blue C M Y K H S L
Decimal 45 214 115 0.79 0 0.46 0.16 144.85 0.67 0.51
Hex 2D D6 73 4F 0 2E 10 91 43 33
Octal 55 326 163 117 0 56 20 221 103 63
Binary 101101 11010110 1110011 1001111 0 101110 10000 10010001 1000011 110011

Color Harmonies of #2DD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD673

Black with #2DD673

Text Example


Text Example

White with #2DD673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,214,115); }

 H1.HeaderClassName
 {
   color: #2DD673;
 }
 .AnyTagClassName
 {
   color: #2DD673;
 }
</style>

background-color css

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

 a { background-color: rgb(45,214,115); }

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

border-color css

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

 span { border-color: rgb(45,214,115); }

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