#2DA570

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

Shades of Medium Sea Green #2DA570

Tints of Medium Sea Green #2DA570

Color information

#2DA570 (or 0x2DA570) is unknown color: approx Medium Sea Green. HEX triplet: 2D, A5 and 70. RGB value is (45,165,112). Sum of RGB (Red+Green+Blue) = 45+165+112=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA570 is #D25A8F. Grayscale: #7B7B7B. Windows color (decimal): -13785744 or 7382317. OLE color: 7382317.

HSL color Cylindrical-coordinate representation of color #2DA570: hue angle of 153.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA570 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB45165112-
CMYK0.7300.320.35
HSL153.5º57.14%41.18%-
HSV(B)153.5º72.73%64.71%-
XYZ17.4628.6419.94-
YUV123.08121.7472.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.98%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=13.98%
G=51.24%
B=34.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal451651120.7300.320.35153.557.1441.18
Hex2DA57049020239a3929
Octal55245160111040432327151
Binary1011011010010111100001001001010000010001110011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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