#2DB85D

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

Shades of Medium Sea Green #2DB85D

Tints of Medium Sea Green #2DB85D

Color information

#2DB85D (or 0x2DB85D) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B8 and 5D. RGB value is (45,184,93). Sum of RGB (Red+Green+Blue) = 45+184+93=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB85D is #D247A2. Grayscale: #848484. Windows color (decimal): -13780899 or 6141997. OLE color: 6141997.

HSL color Cylindrical-coordinate representation of color #2DB85D: hue angle of 140.72º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB85D is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB4518493-
CMYK0.7600.490.28
HSL140.72º60.7%44.9%-
HSV(B)140.72º75.54%72.16%-
XYZ20.235.6316.17-
YUV132.06105.9565.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.98%
GREEN value IS 184 (72.27% from 255) = 57.14%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=13.98%
G=57.14%
B=28.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal45184930.7600.490.28140.7260.744.9
Hex2DB85D4C0311C8d3d2d
Octal55270135114061342157555
Binary101101101110001011101100110001100011110010001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,184,93); }

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

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

 a { background-color: rgb(45,184,93); }

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

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

 span { border-color: rgb(45,184,93); }

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