#2DB274

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

Shades of Medium Sea Green #2DB274

Tints of Medium Sea Green #2DB274

Color information

#2DB274 (or 0x2DB274) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B2 and 74. RGB value is (45,178,116). Sum of RGB (Red+Green+Blue) = 45+178+116=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB274 is #D24D8B. Grayscale: #838383. Windows color (decimal): -13782412 or 7647789. OLE color: 7647789.

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

Color convert

RGB45178116-
CMYK0.7500.350.30
HSL152.03º59.64%43.73%-
HSV(B)152.03º74.72%69.8%-
XYZ20.1533.6621.96-
YUV131.16119.4466.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 178 (69.92% from 255) = 52.51%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=13.27%
G=52.51%
B=34.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal451781160.7500.350.30152.0359.6443.73
Hex2DB2744B0231E983c2c
Octal55262164113043362307454
Binary101101101100101110100100101101000111111010011000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,178,116); }

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

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

 a { background-color: rgb(45,178,116); }

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

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

 span { border-color: rgb(45,178,116); }

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