Html Css Color HEX #2DBC73 Medium Sea Green

📋 copy color: '#2DBC73'

red 45 ◦ green 188 ◦ blue 115

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

Shades of Medium Sea Green #2DBC73

Tints of Medium Sea Green #2DBC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.02%

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

R = 12.93%
G = 54.02%
B = 33.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#2DBC73 (or 0x2DBC73) is known color: Medium Sea Green. HEX triplet: 2D, BC and 73. RGB value is (45,188,115). Sum of RGB (Red+Green+Blue) = 45+188+115=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC73 is #D2438C. Grayscale: #898989. Windows color (decimal): -13779853 or 7584813. OLE color: 7584813.

HSL color Cylindrical-coordinate representation of color #2DBC73: hue angle of 149.37º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC73 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 188 115 -
CMYK 0.76 0 0.39 0.26
HSL 149.37º 0.61% 0.46% -
HSV(B) 149.37º 0.76% 0.74% -
XYZ 22.16 37.76 22.34 -
YUV 136.92 115.62 62.44 -
System Red Green Blue C M Y K H S L
Decimal 45 188 115 0.76 0 0.39 0.26 149.37 0.61 0.46
Hex 2D BC 73 4C 0 27 1A 95 3D 2E
Octal 55 274 163 114 0 47 32 225 75 56
Binary 101101 10111100 1110011 1001100 0 100111 11010 10010101 111101 101110

Color Harmonies of #2DBC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC73

Black with #2DBC73

Text Example


Text Example

White with #2DBC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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