Html Css Color HEX #2DB874 Medium Sea Green

📋 copy color: '#2DB874'

red 45 ◦ green 184 ◦ blue 116

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

Shades of Medium Sea Green #2DB874

Tints of Medium Sea Green #2DB874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 13.04%
G = 53.33%
B = 33.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#2DB874 (or 0x2DB874) is known color: Medium Sea Green. HEX triplet: 2D, B8 and 74. RGB value is (45,184,116). Sum of RGB (Red+Green+Blue) = 45+184+116=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB874 is #D2478B. Grayscale: #868686. Windows color (decimal): -13780876 or 7649325. OLE color: 7649325.

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

Color convert

RGB 45 184 116 -
CMYK 0.76 0 0.37 0.28
HSL 150.65º 0.61% 0.45% -
HSV(B) 150.65º 0.76% 0.72% -
XYZ 21.38 36.1 22.36 -
YUV 134.69 117.45 64.03 -
System Red Green Blue C M Y K H S L
Decimal 45 184 116 0.76 0 0.37 0.28 150.65 0.61 0.45
Hex 2D B8 74 4C 0 25 1C 97 3D 2D
Octal 55 270 164 114 0 45 34 227 75 55
Binary 101101 10111000 1110100 1001100 0 100101 11100 10010111 111101 101101

Color Harmonies of #2DB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB874

Black with #2DB874

Text Example


Text Example

White with #2DB874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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