#2DAA75

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

Shades of Medium Sea Green #2DAA75

Tints of Medium Sea Green #2DAA75

Color information

#2DAA75 (or 0x2DAA75) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AA and 75. RGB value is (45,170,117). Sum of RGB (Red+Green+Blue) = 45+170+117=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA75 is #D2558A. Grayscale: #7E7E7E. Windows color (decimal): -13784459 or 7711277. OLE color: 7711277.

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

Color convert

RGB45170117-
CMYK0.7400.310.33
HSL154.56º58.14%42.16%-
HSV(B)154.56º73.53%66.67%-
XYZ18.6730.5921.75-
YUV126.58122.5969.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.55%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=13.55%
G=51.20%
B=35.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451701170.7400.310.33154.5658.1442.16
Hex2DAA754A01F219b3a2a
Octal55252165112037412337252
Binary101101101010101110101100101001111110000110011011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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