Html Css Color HEX #2DB379 Medium Sea Green

📋 copy color: '#2DB379'

red 45 ◦ green 179 ◦ blue 121

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

Shades of Medium Sea Green #2DB379

Tints of Medium Sea Green #2DB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.88%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 13.04%
G = 51.88%
B = 35.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#2DB379 (or 0x2DB379) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 79. RGB value is (45,179,121). Sum of RGB (Red+Green+Blue) = 45+179+121=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB379 is #D24C86. Grayscale: #848484. Windows color (decimal): -13782151 or 7975725. OLE color: 7975725.

HSL color Cylindrical-coordinate representation of color #2DB379: hue angle of 154.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB379 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 179 121 -
CMYK 0.75 0 0.32 0.30
HSL 154.03º 0.6% 0.44% -
HSV(B) 154.03º 0.75% 0.7% -
XYZ 20.65 34.18 23.6 -
YUV 132.32 121.61 65.72 -
System Red Green Blue C M Y K H S L
Decimal 45 179 121 0.75 0 0.32 0.30 154.03 0.6 0.44
Hex 2D B3 79 4B 0 20 1E 9A 3C 2C
Octal 55 263 171 113 0 40 36 232 74 54
Binary 101101 10110011 1111001 1001011 0 100000 11110 10011010 111100 101100

Color Harmonies of #2DB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB379

Black with #2DB379

Text Example


Text Example

White with #2DB379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,179,121); }

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

background-color css

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

 a { background-color: rgb(45,179,121); }

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

border-color css

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

 span { border-color: rgb(45,179,121); }

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