Html Css Color HEX #2DB871 Medium Sea Green

📋 copy color: '#2DB871'

red 45 ◦ green 184 ◦ blue 113

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

Shades of Medium Sea Green #2DB871

Tints of Medium Sea Green #2DB871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.8%

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 13.16%
G = 53.8%
B = 33.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#2DB871 (or 0x2DB871) is known color: Medium Sea Green. HEX triplet: 2D, B8 and 71. RGB value is (45,184,113). Sum of RGB (Red+Green+Blue) = 45+184+113=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB871 is #D2478E. Grayscale: #868686. Windows color (decimal): -13780879 or 7452717. OLE color: 7452717.

HSL color Cylindrical-coordinate representation of color #2DB871: hue angle of 149.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB871 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 184 113 -
CMYK 0.76 0 0.39 0.28
HSL 149.35º 0.61% 0.45% -
HSV(B) 149.35º 0.76% 0.72% -
XYZ 21.2 36.03 21.46 -
YUV 134.35 115.95 64.27 -
System Red Green Blue C M Y K H S L
Decimal 45 184 113 0.76 0 0.39 0.28 149.35 0.61 0.45
Hex 2D B8 71 4C 0 27 1C 95 3D 2D
Octal 55 270 161 114 0 47 34 225 75 55
Binary 101101 10111000 1110001 1001100 0 100111 11100 10010101 111101 101101

Color Harmonies of #2DB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB871

Black with #2DB871

Text Example


Text Example

White with #2DB871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,184,113); }

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

background-color css

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

 a { background-color: rgb(45,184,113); }

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

border-color css

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

 span { border-color: rgb(45,184,113); }

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