Html Css Color HEX #2BD772 Medium Sea Green

📋 copy color: '#2BD772'

red 43 ◦ green 215 ◦ blue 114

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

Shades of Medium Sea Green #2BD772

Tints of Medium Sea Green #2BD772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 11.56%
G = 57.8%
B = 30.65%

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

#2BD772 (or 0x2BD772) is known color: Medium Sea Green. HEX triplet: 2B, D7 and 72. RGB value is (43,215,114). Sum of RGB (Red+Green+Blue) = 43+215+114=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD772 is #D4288D. Grayscale: #989898. Windows color (decimal): -13904014 or 7526187. OLE color: 7526187.

HSL color Cylindrical-coordinate representation of color #2BD772: hue angle of 144.77º 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 #2BD772 is Cyan = 0.8, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 114 -
CMYK 0.8 0 0.47 0.16
HSL 144.77º 0.68% 0.51% -
HSV(B) 144.77º 0.8% 0.84% -
XYZ 28.33 50.33 24.14 -
YUV 152.06 106.52 50.21 -
System Red Green Blue C M Y K H S L
Decimal 43 215 114 0.8 0 0.47 0.16 144.77 0.68 0.51
Hex 2B D7 72 50 0 2F 10 91 44 33
Octal 53 327 162 120 0 57 20 221 104 63
Binary 101011 11010111 1110010 1010000 0 101111 10000 10010001 1000100 110011

Color Harmonies of #2BD772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD772

Black with #2BD772

Text Example


Text Example

White with #2BD772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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