#2DB777

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

Shades of Medium Sea Green #2DB777

Tints of Medium Sea Green #2DB777

Color information

#2DB777 (or 0x2DB777) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B7 and 77. RGB value is (45,183,119). Sum of RGB (Red+Green+Blue) = 45+183+119=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB777 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB777 is #D24888. Grayscale: #868686. Windows color (decimal): -13781129 or 7845677. OLE color: 7845677.

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

Color convert

RGB45183119-
CMYK0.7500.350.28
HSL152.17º60.53%44.71%-
HSV(B)152.17º75.41%71.76%-
XYZ21.3535.7623.23-
YUV134.44119.2864.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.97%
GREEN value IS 183 (71.88% from 255) = 52.74%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=12.97%
G=52.74%
B=34.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal451831190.7500.350.28152.1760.5344.71
Hex2DB7774B0231C983d2d
Octal55267167113043342307555
Binary101101101101111110111100101101000111110010011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,183,119); }

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

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

 a { background-color: rgb(45,183,119); }

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

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

 span { border-color: rgb(45,183,119); }

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