#2DA471

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

Shades of Medium Sea Green #2DA471

Tints of Medium Sea Green #2DA471

Color information

#2DA471 (or 0x2DA471) is unknown color: approx Medium Sea Green. HEX triplet: 2D, A4 and 71. RGB value is (45,164,113). Sum of RGB (Red+Green+Blue) = 45+164+113=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #2DA471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA471 is #D25B8E. Grayscale: #7A7A7A. Windows color (decimal): -13785999 or 7447597. OLE color: 7447597.

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

Color convert

RGB45164113-
CMYK0.7300.310.36
HSL154.29º56.94%40.98%-
HSV(B)154.29º72.56%64.31%-
XYZ17.3428.320.17-
YUV122.6122.5872.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.98%
GREEN value IS 164 (64.45% from 255) = 50.93%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=13.98%
G=50.93%
B=35.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal451641130.7300.310.36154.2956.9440.98
Hex2DA4714901F249a3929
Octal55244161111037442327151
Binary101101101001001110001100100101111110010010011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,164,113); }

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

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

 a { background-color: rgb(45,164,113); }

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

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

 span { border-color: rgb(45,164,113); }

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