#2DBB5B

Color #2DBB5B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2DBB5B

Tints of Medium Sea Green #2DBB5B

Color information

#2DBB5B (or 0x2DBB5B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, BB and 5B. RGB value is (45,187,91). Sum of RGB (Red+Green+Blue) = 45+187+91=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 187 (73.44% from 255 or 57.89% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBB5B is #D244A4. Grayscale: #858585. Windows color (decimal): -13780133 or 6011693. OLE color: 6011693.

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

Color convert

RGB4518791-
CMYK0.7600.510.27
HSL139.44º61.21%45.49%-
HSV(B)139.44º75.94%73.33%-
XYZ20.7436.8515.92-
YUV133.6103.9664.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.93%
GREEN value IS 187 (73.44% from 255) = 57.89%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=13.93%
G=57.89%
B=28.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45187910.7600.510.27139.4461.2145.49
Hex2DBB5B4C0331B8b3d2d
Octal55273133114063332137555
Binary101101101110111011011100110001100111101110001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DBB5B;
 }
 .AnyTagClassName
 {
   color: #2DBB5B;
 }
</style>
background-color css

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

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

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

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

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

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