Html Css Color HEX #2DC679 Medium Sea Green

📋 copy color: '#2DC679'

red 45 ◦ green 198 ◦ blue 121

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

Shades of Medium Sea Green #2DC679

Tints of Medium Sea Green #2DC679

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.4%

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 12.36%
G = 54.4%
B = 33.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#2DC679 (or 0x2DC679) is known color: Medium Sea Green. HEX triplet: 2D, C6 and 79. RGB value is (45,198,121). Sum of RGB (Red+Green+Blue) = 45+198+121=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC679 is #D23986. Grayscale: #8F8F8F. Windows color (decimal): -13777287 or 7980589. OLE color: 7980589.

HSL color Cylindrical-coordinate representation of color #2DC679: hue angle of 149.8º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC679 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 198 121 -
CMYK 0.77 0 0.39 0.22
HSL 149.8º 0.63% 0.48% -
HSV(B) 149.8º 0.77% 0.78% -
XYZ 24.73 42.33 24.96 -
YUV 143.48 115.31 57.76 -
System Red Green Blue C M Y K H S L
Decimal 45 198 121 0.77 0 0.39 0.22 149.8 0.63 0.48
Hex 2D C6 79 4D 0 27 16 96 3F 30
Octal 55 306 171 115 0 47 26 226 77 60
Binary 101101 11000110 1111001 1001101 0 100111 10110 10010110 111111 110000

Color Harmonies of #2DC679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC679

Black with #2DC679

Text Example


Text Example

White with #2DC679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,198,121); }

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

background-color css

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

 a { background-color: rgb(45,198,121); }

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

border-color css

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

 span { border-color: rgb(45,198,121); }

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