Html Css Color HEX #2DAD6F Medium Sea Green

📋 copy color: '#2DAD6F'

red 45 ◦ green 173 ◦ blue 111

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

Shades of Medium Sea Green #2DAD6F

Tints of Medium Sea Green #2DAD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.58%

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 13.68%
G = 52.58%
B = 33.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#2DAD6F (or 0x2DAD6F) is known color: Medium Sea Green. HEX triplet: 2D, AD and 6F. RGB value is (45,173,111). Sum of RGB (Red+Green+Blue) = 45+173+111=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAD6F is #D25290. Grayscale: #7F7F7F. Windows color (decimal): -13783697 or 7318829. OLE color: 7318829.

HSL color Cylindrical-coordinate representation of color #2DAD6F: hue angle of 150.94º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAD6F is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 173 111 -
CMYK 0.74 0 0.36 0.32
HSL 150.94º 0.59% 0.43% -
HSV(B) 150.94º 0.74% 0.68% -
XYZ 18.9 31.59 20.14 -
YUV 127.66 118.59 69.04 -
System Red Green Blue C M Y K H S L
Decimal 45 173 111 0.74 0 0.36 0.32 150.94 0.59 0.43
Hex 2D AD 6F 4A 0 24 20 97 3B 2B
Octal 55 255 157 112 0 44 40 227 73 53
Binary 101101 10101101 1101111 1001010 0 100100 100000 10010111 111011 101011

Color Harmonies of #2DAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAD6F

Black with #2DAD6F

Text Example


Text Example

White with #2DAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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