#2DA572

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

Shades of Medium Sea Green #2DA572

Tints of Medium Sea Green #2DA572

Color information

#2DA572 (or 0x2DA572) is unknown color: approx Medium Sea Green. HEX triplet: 2D, A5 and 72. RGB value is (45,165,114). Sum of RGB (Red+Green+Blue) = 45+165+114=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA572 is #D25A8D. Grayscale: #7B7B7B. Windows color (decimal): -13785742 or 7513389. OLE color: 7513389.

HSL color Cylindrical-coordinate representation of color #2DA572: hue angle of 154.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA572 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB45165114-
CMYK0.7300.310.35
HSL154.5º57.14%41.18%-
HSV(B)154.5º72.73%64.71%-
XYZ17.5728.6820.53-
YUV123.31122.7472.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.89%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=13.89%
G=50.93%
B=35.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451651140.7300.310.35154.557.1441.18
Hex2DA5724901F239a3929
Octal55245162111037432327151
Binary101101101001011110010100100101111110001110011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,165,114); }

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

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

 a { background-color: rgb(45,165,114); }

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

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

 span { border-color: rgb(45,165,114); }

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