Html Css Color HEX #2DBC72 Medium Sea Green

📋 copy color: '#2DBC72'

red 45 ◦ green 188 ◦ blue 114

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

Shades of Medium Sea Green #2DBC72

Tints of Medium Sea Green #2DBC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.18%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 12.97%
G = 54.18%
B = 32.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#2DBC72 (or 0x2DBC72) is known color: Medium Sea Green. HEX triplet: 2D, BC and 72. RGB value is (45,188,114). Sum of RGB (Red+Green+Blue) = 45+188+114=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC72 is #D2438D. Grayscale: #888888. Windows color (decimal): -13779854 or 7519277. OLE color: 7519277.

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

Color convert

RGB 45 188 114 -
CMYK 0.76 0 0.39 0.26
HSL 148.95º 0.61% 0.46% -
HSV(B) 148.95º 0.76% 0.74% -
XYZ 22.1 37.74 22.04 -
YUV 136.81 115.12 62.52 -
System Red Green Blue C M Y K H S L
Decimal 45 188 114 0.76 0 0.39 0.26 148.95 0.61 0.46
Hex 2D BC 72 4C 0 27 1A 95 3D 2E
Octal 55 274 162 114 0 47 32 225 75 56
Binary 101101 10111100 1110010 1001100 0 100111 11010 10010101 111101 101110

Color Harmonies of #2DBC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC72

Black with #2DBC72

Text Example


Text Example

White with #2DBC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,188,114); }

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

background-color css

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

 a { background-color: rgb(45,188,114); }

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

border-color css

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

 span { border-color: rgb(45,188,114); }

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