#2db573

Color #2DB573 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2DB573

Tints of Medium Sea Green #2DB573

Color information

#2DB573 (or 0x2DB573) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B5 and 73. RGB value is (45,181,115). Sum of RGB (Red+Green+Blue) = 45+181+115=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB573 is #D24A8C. Grayscale: #848484. Windows color (decimal): -13781645 or 7583021. OLE color: 7583021.

HSL color Cylindrical-coordinate representation of color #2DB573: hue angle of 150.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB573 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB45181115-
CMYK0.7500.360.29
HSL150.88º60.18%44.31%-
HSV(B)150.88º75.14%70.98%-
XYZ20.734.8421.85-
YUV132.81117.9465.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.20%
GREEN value IS 181 (71.09% from 255) = 53.08%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=13.20%
G=53.08%
B=33.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451811150.7500.360.29150.8860.1844.31
Hex2DB5734B0241D973c2c
Octal55265163113044352277454
Binary101101101101011110011100101101001001110110010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2db573;
 }
 .AnyTagClassName
 {
   color: #2db573;
 }
</style>
background-color css

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

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

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

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

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

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