#2DAA74

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

Shades of Medium Sea Green #2DAA74

Tints of Medium Sea Green #2DAA74

Color information

#2DAA74 (or 0x2DAA74) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AA and 74. RGB value is (45,170,116). Sum of RGB (Red+Green+Blue) = 45+170+116=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA74 is #D2558B. Grayscale: #7E7E7E. Windows color (decimal): -13784460 or 7645741. OLE color: 7645741.

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

Color convert

RGB45170116-
CMYK0.7400.320.33
HSL154.08º58.14%42.16%-
HSV(B)154.08º73.53%66.67%-
XYZ18.6130.5721.44-
YUV126.47122.0969.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.60%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=13.60%
G=51.36%
B=35.05%

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
Decimal451701160.7400.320.33154.0858.1442.16
Hex2DAA744A020219a3a2a
Octal55252164112040412327252
Binary1011011010101011101001001010010000010000110011010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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