Html Css Color HEX #2DB676 Medium Sea Green

📋 copy color: '#2DB676'

red 45 ◦ green 182 ◦ blue 118

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

Shades of Medium Sea Green #2DB676

Tints of Medium Sea Green #2DB676

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.75%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 13.04%
G = 52.75%
B = 34.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#2DB676 (or 0x2DB676) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 76. RGB value is (45,182,118). Sum of RGB (Red+Green+Blue) = 45+182+118=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB676 is #D24989. Grayscale: #858585. Windows color (decimal): -13781386 or 7779885. OLE color: 7779885.

HSL color Cylindrical-coordinate representation of color #2DB676: hue angle of 151.97º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB676 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 118 -
CMYK 0.75 0 0.35 0.29
HSL 151.97º 0.6% 0.45% -
HSV(B) 151.97º 0.75% 0.71% -
XYZ 21.08 35.32 22.85 -
YUV 133.74 119.11 64.7 -
System Red Green Blue C M Y K H S L
Decimal 45 182 118 0.75 0 0.35 0.29 151.97 0.6 0.45
Hex 2D B6 76 4B 0 23 1D 98 3C 2D
Octal 55 266 166 113 0 43 35 230 74 55
Binary 101101 10110110 1110110 1001011 0 100011 11101 10011000 111100 101101

Color Harmonies of #2DB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB676

Black with #2DB676

Text Example


Text Example

White with #2DB676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,182,118); }

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

background-color css

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

 a { background-color: rgb(45,182,118); }

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

border-color css

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

 span { border-color: rgb(45,182,118); }

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