#2DAA6F

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

Shades of Medium Sea Green #2DAA6F

Tints of Medium Sea Green #2DAA6F

Color information

#2DAA6F (or 0x2DAA6F) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AA and 6F. RGB value is (45,170,111). Sum of RGB (Red+Green+Blue) = 45+170+111=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA6F is #D25590. Grayscale: #7E7E7E. Windows color (decimal): -13784465 or 7318061. OLE color: 7318061.

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

Color convert

RGB45170111-
CMYK0.7400.350.33
HSL151.68º58.14%42.16%-
HSV(B)151.68º73.53%66.67%-
XYZ18.3330.4619.95-
YUV125.9119.5970.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.80%
GREEN value IS 170 (66.80% from 255) = 52.15%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=13.80%
G=52.15%
B=34.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451701110.7400.350.33151.6858.1442.16
Hex2DAA6F4A02321983a2a
Octal55252157112043412307252
Binary1011011010101011011111001010010001110000110011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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