Html Css Color HEX #2DAC6F Medium Sea Green

📋 copy color: '#2DAC6F'

red 45 ◦ green 172 ◦ blue 111

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

Shades of Medium Sea Green #2DAC6F

Tints of Medium Sea Green #2DAC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.44%

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

R = 13.72%
G = 52.44%
B = 33.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#2DAC6F (or 0x2DAC6F) is known color: Medium Sea Green. HEX triplet: 2D, AC and 6F. RGB value is (45,172,111). Sum of RGB (Red+Green+Blue) = 45+172+111=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC6F is #D25390. Grayscale: #7F7F7F. Windows color (decimal): -13783953 or 7318573. OLE color: 7318573.

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

Color convert

RGB 45 172 111 -
CMYK 0.74 0 0.35 0.33
HSL 151.18º 0.59% 0.43% -
HSV(B) 151.18º 0.74% 0.67% -
XYZ 18.7 31.21 20.08 -
YUV 127.07 118.92 69.46 -
System Red Green Blue C M Y K H S L
Decimal 45 172 111 0.74 0 0.35 0.33 151.18 0.59 0.43
Hex 2D AC 6F 4A 0 23 21 97 3B 2B
Octal 55 254 157 112 0 43 41 227 73 53
Binary 101101 10101100 1101111 1001010 0 100011 100001 10010111 111011 101011

Color Harmonies of #2DAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAC6F

Black with #2DAC6F

Text Example


Text Example

White with #2DAC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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