#2DB570

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

Shades of Medium Sea Green #2DB570

Tints of Medium Sea Green #2DB570

Color information

#2DB570 (or 0x2DB570) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B5 and 70. RGB value is (45,181,112). Sum of RGB (Red+Green+Blue) = 45+181+112=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB570 is #D24A8F. Grayscale: #848484. Windows color (decimal): -13781648 or 7386413. OLE color: 7386413.

HSL color Cylindrical-coordinate representation of color #2DB570: hue angle of 149.56º 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 #2DB570 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB45181112-
CMYK0.7500.380.29
HSL149.56º60.18%44.31%-
HSV(B)149.56º75.14%70.98%-
XYZ20.5334.7820.96-
YUV132.47116.4465.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.31%
GREEN value IS 181 (71.09% from 255) = 53.55%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=13.31%
G=53.55%
B=33.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451811120.7500.380.29149.5660.1844.31
Hex2DB5704B0261D963c2c
Octal55265160113046352267454
Binary101101101101011110000100101101001101110110010110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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