Html Css Color HEX #2DB375 Medium Sea Green

📋 copy color: '#2DB375'

red 45 ◦ green 179 ◦ blue 117

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

Shades of Medium Sea Green #2DB375

Tints of Medium Sea Green #2DB375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 13.2%
G = 52.49%
B = 34.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#2DB375 (or 0x2DB375) is known color: Medium Sea Green. HEX triplet: 2D, B3 and 75. RGB value is (45,179,117). Sum of RGB (Red+Green+Blue) = 45+179+117=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB375 is #D24C8A. Grayscale: #838383. Windows color (decimal): -13782155 or 7713581. OLE color: 7713581.

HSL color Cylindrical-coordinate representation of color #2DB375: hue angle of 152.24º 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 #2DB375 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 179 117 -
CMYK 0.75 0 0.35 0.30
HSL 152.24º 0.6% 0.44% -
HSV(B) 152.24º 0.75% 0.7% -
XYZ 20.41 34.08 22.33 -
YUV 131.87 119.61 66.04 -
System Red Green Blue C M Y K H S L
Decimal 45 179 117 0.75 0 0.35 0.30 152.24 0.6 0.44
Hex 2D B3 75 4B 0 23 1E 98 3C 2C
Octal 55 263 165 113 0 43 36 230 74 54
Binary 101101 10110011 1110101 1001011 0 100011 11110 10011000 111100 101100

Color Harmonies of #2DB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB375

Black with #2DB375

Text Example


Text Example

White with #2DB375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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