Html Css Color HEX #2DBA73 Medium Sea Green

📋 copy color: '#2DBA73'

red 45 ◦ green 186 ◦ blue 115

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

Shades of Medium Sea Green #2DBA73

Tints of Medium Sea Green #2DBA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.76%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 13.01%
G = 53.76%
B = 33.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#2DBA73 (or 0x2DBA73) is known color: Medium Sea Green. HEX triplet: 2D, BA and 73. RGB value is (45,186,115). Sum of RGB (Red+Green+Blue) = 45+186+115=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA73 is #D2458C. Grayscale: #878787. Windows color (decimal): -13780365 or 7584301. OLE color: 7584301.

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

Color convert

RGB 45 186 115 -
CMYK 0.76 0 0.38 0.27
HSL 149.79º 0.61% 0.45% -
HSV(B) 149.79º 0.76% 0.73% -
XYZ 21.74 36.91 22.2 -
YUV 135.75 116.29 63.27 -
System Red Green Blue C M Y K H S L
Decimal 45 186 115 0.76 0 0.38 0.27 149.79 0.61 0.45
Hex 2D BA 73 4C 0 26 1B 96 3D 2D
Octal 55 272 163 114 0 46 33 226 75 55
Binary 101101 10111010 1110011 1001100 0 100110 11011 10010110 111101 101101

Color Harmonies of #2DBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBA73

Black with #2DBA73

Text Example


Text Example

White with #2DBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,186,115); }

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

background-color css

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

 a { background-color: rgb(45,186,115); }

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

border-color css

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

 span { border-color: rgb(45,186,115); }

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