#2BB473

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

Shades of Medium Sea Green #2BB473

Tints of Medium Sea Green #2BB473

Color information

#2BB473 (or 0x2BB473) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B4 and 73. RGB value is (43,180,115). Sum of RGB (Red+Green+Blue) = 43+180+115=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB473 is #D44B8C. Grayscale: #838383. Windows color (decimal): -13912973 or 7582763. OLE color: 7582763.

HSL color Cylindrical-coordinate representation of color #2BB473: hue angle of 151.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB473 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB43180115-
CMYK0.7600.360.29
HSL151.53º61.43%43.73%-
HSV(B)151.53º76.11%70.59%-
XYZ20.4134.3921.78-
YUV131.63118.6164.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.72%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=12.72%
G=53.25%
B=34.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431801150.7600.360.29151.5361.4343.73
Hex2BB4734C0241D983d2c
Octal53264163114044352307554
Binary101011101101001110011100110001001001110110011000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,180,115); }

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

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

 a { background-color: rgb(43,180,115); }

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

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

 span { border-color: rgb(43,180,115); }

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