Html Css Color HEX #2BD773 Medium Sea Green

📋 copy color: '#2BD773'

red 43 ◦ green 215 ◦ blue 115

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

Shades of Medium Sea Green #2BD773

Tints of Medium Sea Green #2BD773

RGB

 RED value IS 43 (17.19% from 255) = 11.53%

 GREEN value IS 215 (84.38% from 255) = 57.64%

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

R = 11.53%
G = 57.64%
B = 30.83%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#2BD773 (or 0x2BD773) is known color: Medium Sea Green. HEX triplet: 2B, D7 and 73. RGB value is (43,215,115). Sum of RGB (Red+Green+Blue) = 43+215+115=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 215 (84.38% from 255 or 57.64% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD773 is #D4288C. Grayscale: #989898. Windows color (decimal): -13904013 or 7591723. OLE color: 7591723.

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

Color convert

RGB 43 215 115 -
CMYK 0.8 0 0.47 0.16
HSL 145.12º 0.68% 0.51% -
HSV(B) 145.12º 0.8% 0.84% -
XYZ 28.39 50.35 24.44 -
YUV 152.17 107.02 50.13 -
System Red Green Blue C M Y K H S L
Decimal 43 215 115 0.8 0 0.47 0.16 145.12 0.68 0.51
Hex 2B D7 73 50 0 2F 10 91 44 33
Octal 53 327 163 120 0 57 20 221 104 63
Binary 101011 11010111 1110011 1010000 0 101111 10000 10010001 1000100 110011

Color Harmonies of #2BD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD773

Black with #2BD773

Text Example


Text Example

White with #2BD773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,215,115); }

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

background-color css

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

 a { background-color: rgb(43,215,115); }

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

border-color css

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

 span { border-color: rgb(43,215,115); }

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