Html Css Color HEX #2DAA73 Medium Sea Green

📋 copy color: '#2DAA73'

red 45 ◦ green 170 ◦ blue 115

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

Shades of Medium Sea Green #2DAA73

Tints of Medium Sea Green #2DAA73

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.52%

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

R = 13.64%
G = 51.52%
B = 34.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#2DAA73 (or 0x2DAA73) is known color: Medium Sea Green. HEX triplet: 2D, AA and 73. RGB value is (45,170,115). Sum of RGB (Red+Green+Blue) = 45+170+115=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA73 is #D2558C. Grayscale: #7E7E7E. Windows color (decimal): -13784461 or 7580205. OLE color: 7580205.

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

Color convert

RGB 45 170 115 -
CMYK 0.74 0 0.32 0.33
HSL 153.6º 0.58% 0.42% -
HSV(B) 153.6º 0.74% 0.67% -
XYZ 18.55 30.55 21.14 -
YUV 126.36 121.59 69.97 -
System Red Green Blue C M Y K H S L
Decimal 45 170 115 0.74 0 0.32 0.33 153.6 0.58 0.42
Hex 2D AA 73 4A 0 20 21 9A 3A 2A
Octal 55 252 163 112 0 40 41 232 72 52
Binary 101101 10101010 1110011 1001010 0 100000 100001 10011010 111010 101010

Color Harmonies of #2DAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA73

Black with #2DAA73

Text Example


Text Example

White with #2DAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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