Html Css Color HEX #2DA573 Medium Sea Green

📋 copy color: '#2DA573'

red 45 ◦ green 165 ◦ blue 115

#2DA573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2DA573

Tints of Medium Sea Green #2DA573

RGB

 RED value IS 45 (17.97% from 255) = 13.85%

 GREEN value IS 165 (64.84% from 255) = 50.77%

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 13.85%
G = 50.77%
B = 35.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#2DA573 (or 0x2DA573) is known color: Medium Sea Green. HEX triplet: 2D, A5 and 73. RGB value is (45,165,115). Sum of RGB (Red+Green+Blue) = 45+165+115=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA573 is #D25A8C. Grayscale: #7B7B7B. Windows color (decimal): -13785741 or 7578925. OLE color: 7578925.

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

Color convert

RGB 45 165 115 -
CMYK 0.73 0 0.30 0.35
HSL 155º 0.57% 0.41% -
HSV(B) 155º 0.73% 0.65% -
XYZ 17.63 28.71 20.83 -
YUV 123.42 123.24 72.07 -
System Red Green Blue C M Y K H S L
Decimal 45 165 115 0.73 0 0.30 0.35 155 0.57 0.41
Hex 2D A5 73 49 0 1E 23 9B 39 29
Octal 55 245 163 111 0 36 43 233 71 51
Binary 101101 10100101 1110011 1001001 0 11110 100011 10011011 111001 101001

Color Harmonies of #2DA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA573

Black with #2DA573

Text Example


Text Example

White with #2DA573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DA573;
 }
 .AnyTagClassName
 {
   color: #2DA573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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