Html Css Color HEX #2DC061 Medium Sea Green

📋 copy color: '#2DC061'

red 45 ◦ green 192 ◦ blue 97

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

Shades of Medium Sea Green #2DC061

Tints of Medium Sea Green #2DC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.49%

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 13.47%
G = 57.49%
B = 29.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#2DC061 (or 0x2DC061) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 61. RGB value is (45,192,97). Sum of RGB (Red+Green+Blue) = 45+192+97=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC061 is #D23F9E. Grayscale: #898989. Windows color (decimal): -13778847 or 6406189. OLE color: 6406189.

HSL color Cylindrical-coordinate representation of color #2DC061: hue angle of 141.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC061 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 97 -
CMYK 0.77 0 0.49 0.25
HSL 141.22º 0.62% 0.46% -
HSV(B) 141.22º 0.77% 0.75% -
XYZ 22.09 39.12 17.7 -
YUV 137.22 105.3 62.22 -
System Red Green Blue C M Y K H S L
Decimal 45 192 97 0.77 0 0.49 0.25 141.22 0.62 0.46
Hex 2D C0 61 4D 0 31 19 8D 3E 2E
Octal 55 300 141 115 0 61 31 215 76 56
Binary 101101 11000000 1100001 1001101 0 110001 11001 10001101 111110 101110

Color Harmonies of #2DC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC061

Black with #2DC061

Text Example


Text Example

White with #2DC061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,192,97); }

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

background-color css

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

 a { background-color: rgb(45,192,97); }

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

border-color css

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

 span { border-color: rgb(45,192,97); }

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