Html Css Color HEX #2DBB73 Medium Sea Green

📋 copy color: '#2DBB73'

red 45 ◦ green 187 ◦ blue 115

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

Shades of Medium Sea Green #2DBB73

Tints of Medium Sea Green #2DBB73

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.89%

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

R = 12.97%
G = 53.89%
B = 33.14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#2DBB73 (or 0x2DBB73) is known color: Medium Sea Green. HEX triplet: 2D, BB and 73. RGB value is (45,187,115). Sum of RGB (Red+Green+Blue) = 45+187+115=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBB73 is #D2448C. Grayscale: #888888. Windows color (decimal): -13780109 or 7584557. OLE color: 7584557.

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

Color convert

RGB 45 187 115 -
CMYK 0.76 0 0.39 0.27
HSL 149.58º 0.61% 0.45% -
HSV(B) 149.58º 0.76% 0.73% -
XYZ 21.95 37.34 22.27 -
YUV 136.33 115.96 62.85 -
System Red Green Blue C M Y K H S L
Decimal 45 187 115 0.76 0 0.39 0.27 149.58 0.61 0.45
Hex 2D BB 73 4C 0 27 1B 96 3D 2D
Octal 55 273 163 114 0 47 33 226 75 55
Binary 101101 10111011 1110011 1001100 0 100111 11011 10010110 111101 101101

Color Harmonies of #2DBB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBB73

Black with #2DBB73

Text Example


Text Example

White with #2DBB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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