Html Css Color HEX #2DB858 Medium Sea Green

📋 copy color: '#2DB858'

red 45 ◦ green 184 ◦ blue 88

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

Shades of Medium Sea Green #2DB858

Tints of Medium Sea Green #2DB858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 14.2%
G = 58.04%
B = 27.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#2DB858 (or 0x2DB858) is known color: Medium Sea Green. HEX triplet: 2D, B8 and 58. RGB value is (45,184,88). Sum of RGB (Red+Green+Blue) = 45+184+88=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB858 is #D247A7. Grayscale: #838383. Windows color (decimal): -13780904 or 5814317. OLE color: 5814317.

HSL color Cylindrical-coordinate representation of color #2DB858: hue angle of 138.56º 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 #2DB858 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 184 88 -
CMYK 0.76 0 0.52 0.28
HSL 138.56º 0.61% 0.45% -
HSV(B) 138.56º 0.76% 0.72% -
XYZ 19.98 35.54 15.04 -
YUV 131.5 103.45 66.31 -
System Red Green Blue C M Y K H S L
Decimal 45 184 88 0.76 0 0.52 0.28 138.56 0.61 0.45
Hex 2D B8 58 4C 0 34 1C 8B 3D 2D
Octal 55 270 130 114 0 64 34 213 75 55
Binary 101101 10111000 1011000 1001100 0 110100 11100 10001011 111101 101101

Color Harmonies of #2DB858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB858

Black with #2DB858

Text Example


Text Example

White with #2DB858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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