#2DB66A

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

Shades of Medium Sea Green #2DB66A

Tints of Medium Sea Green #2DB66A

Color information

#2DB66A (or 0x2DB66A) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B6 and 6A. RGB value is (45,182,106). Sum of RGB (Red+Green+Blue) = 45+182+106=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB66A is #D24995. Grayscale: #848484. Windows color (decimal): -13781398 or 6993453. OLE color: 6993453.

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

Color convert

RGB45182106-
CMYK0.7500.420.29
HSL146.72º60.35%44.51%-
HSV(B)146.72º75.27%71.37%-
XYZ20.4135.0519.33-
YUV132.37113.1165.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.51%
GREEN value IS 182 (71.48% from 255) = 54.65%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=13.51%
G=54.65%
B=31.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451821060.7500.420.29146.7260.3544.51
Hex2DB66A4B02A1D933c2d
Octal55266152113052352237455
Binary101101101101101101010100101101010101110110010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,182,106); }

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

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

 a { background-color: rgb(45,182,106); }

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

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

 span { border-color: rgb(45,182,106); }

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