Html Css Color HEX #2DCB73 Medium Sea Green

📋 copy color: '#2DCB73'

red 45 ◦ green 203 ◦ blue 115

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

Shades of Medium Sea Green #2DCB73

Tints of Medium Sea Green #2DCB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.92%

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

R = 12.4%
G = 55.92%
B = 31.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#2DCB73 (or 0x2DCB73) is known color: Medium Sea Green. HEX triplet: 2D, CB and 73. RGB value is (45,203,115). Sum of RGB (Red+Green+Blue) = 45+203+115=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCB73 is #D2348C. Grayscale: #919191. Windows color (decimal): -13776013 or 7588653. OLE color: 7588653.

HSL color Cylindrical-coordinate representation of color #2DCB73: hue angle of 146.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCB73 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 203 115 -
CMYK 0.78 0 0.43 0.20
HSL 146.58º 0.64% 0.49% -
HSV(B) 146.58º 0.78% 0.8% -
XYZ 25.53 44.51 23.46 -
YUV 145.73 110.65 56.16 -
System Red Green Blue C M Y K H S L
Decimal 45 203 115 0.78 0 0.43 0.20 146.58 0.64 0.49
Hex 2D CB 73 4E 0 2B 14 93 40 31
Octal 55 313 163 116 0 53 24 223 100 61
Binary 101101 11001011 1110011 1001110 0 101011 10100 10010011 1000000 110001

Color Harmonies of #2DCB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCB73

Black with #2DCB73

Text Example


Text Example

White with #2DCB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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