#2DAA73

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

Shades of Medium Sea Green #2DAA73

Tints of Medium Sea Green #2DAA73

Color information

#2DAA73 (or 0x2DAA73) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AA and 73. RGB value is (45,170,115). Sum of RGB (Red+Green+Blue) = 45+170+115=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA73 is #D2558C. Grayscale: #7E7E7E. Windows color (decimal): -13784461 or 7580205. OLE color: 7580205.

HSL color Cylindrical-coordinate representation of color #2DAA73: hue angle of 153.6º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA73 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB45170115-
CMYK0.7400.320.33
HSL153.6º58.14%42.16%-
HSV(B)153.6º73.53%66.67%-
XYZ18.5530.5521.14-
YUV126.35121.5969.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.64%
GREEN value IS 170 (66.80% from 255) = 51.52%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=13.64%
G=51.52%
B=34.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451701150.7400.320.33153.658.1442.16
Hex2DAA734A020219a3a2a
Octal55252163112040412327252
Binary1011011010101011100111001010010000010000110011010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,170,115); }

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

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

 a { background-color: rgb(45,170,115); }

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

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

 span { border-color: rgb(45,170,115); }

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