#2DAA70

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

Shades of Medium Sea Green #2DAA70

Tints of Medium Sea Green #2DAA70

Color information

#2DAA70 (or 0x2DAA70) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AA and 70. RGB value is (45,170,112). Sum of RGB (Red+Green+Blue) = 45+170+112=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA70 is #D2558F. Grayscale: #7E7E7E. Windows color (decimal): -13784464 or 7383597. OLE color: 7383597.

HSL color Cylindrical-coordinate representation of color #2DAA70: hue angle of 152.16º 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 #2DAA70 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB45170112-
CMYK0.7400.340.33
HSL152.16º58.14%42.16%-
HSV(B)152.16º73.53%66.67%-
XYZ18.3830.4820.24-
YUV126.01120.0970.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.76%
GREEN value IS 170 (66.80% from 255) = 51.99%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=13.76%
G=51.99%
B=34.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451701120.7400.340.33152.1658.1442.16
Hex2DAA704A02221983a2a
Octal55252160112042412307252
Binary1011011010101011100001001010010001010000110011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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