#2BBB72

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

Shades of Medium Sea Green #2BBB72

Tints of Medium Sea Green #2BBB72

Color information

#2BBB72 (or 0x2BBB72) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BB and 72. RGB value is (43,187,114). Sum of RGB (Red+Green+Blue) = 43+187+114=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBB72 is #D4448D. Grayscale: #878787. Windows color (decimal): -13911182 or 7519019. OLE color: 7519019.

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

Color convert

RGB43187114-
CMYK0.7700.390.27
HSL149.58º62.61%45.1%-
HSV(B)149.58º77.01%73.33%-
XYZ21.837.2721.96-
YUV135.62115.7961.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.5%
GREEN value IS 187 (73.44% from 255) = 54.36%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=12.5%
G=54.36%
B=33.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431871140.7700.390.27149.5862.6145.1
Hex2BBB724D0271B963f2d
Octal53273162115047332267755
Binary101011101110111110010100110101001111101110010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,187,114); }

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

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

 a { background-color: rgb(43,187,114); }

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

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

 span { border-color: rgb(43,187,114); }

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