Html Css Color HEX #2DAA6A Medium Sea Green

📋 copy color: '#2DAA6A'

red 45 ◦ green 170 ◦ blue 106

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

Shades of Medium Sea Green #2DAA6A

Tints of Medium Sea Green #2DAA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 14.02%
G = 52.96%
B = 33.02%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#2DAA6A (or 0x2DAA6A) is known color: Medium Sea Green. HEX triplet: 2D, AA and 6A. RGB value is (45,170,106). Sum of RGB (Red+Green+Blue) = 45+170+106=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA6A is #D25595. Grayscale: #7D7D7D. Windows color (decimal): -13784470 or 6990381. OLE color: 6990381.

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

Color convert

RGB 45 170 106 -
CMYK 0.74 0 0.38 0.33
HSL 149.28º 0.58% 0.42% -
HSV(B) 149.28º 0.74% 0.67% -
XYZ 18.06 30.35 18.54 -
YUV 125.33 117.09 70.7 -
System Red Green Blue C M Y K H S L
Decimal 45 170 106 0.74 0 0.38 0.33 149.28 0.58 0.42
Hex 2D AA 6A 4A 0 26 21 95 3A 2A
Octal 55 252 152 112 0 46 41 225 72 52
Binary 101101 10101010 1101010 1001010 0 100110 100001 10010101 111010 101010

Color Harmonies of #2DAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA6A

Black with #2DAA6A

Text Example


Text Example

White with #2DAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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