#2BBF73

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

Shades of Medium Sea Green #2BBF73

Tints of Medium Sea Green #2BBF73

Color information

#2BBF73 (or 0x2BBF73) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BF and 73. RGB value is (43,191,115). Sum of RGB (Red+Green+Blue) = 43+191+115=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF73 is #D4408C. Grayscale: #8A8A8A. Windows color (decimal): -13910157 or 7585579. OLE color: 7585579.

HSL color Cylindrical-coordinate representation of color #2BBF73: hue angle of 149.19º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF73 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB43191115-
CMYK0.7700.400.25
HSL149.19º63.25%45.88%-
HSV(B)149.19º77.49%74.9%-
XYZ22.7239.0122.55-
YUV138.08114.9760.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.32%
GREEN value IS 191 (75% from 255) = 54.73%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=12.32%
G=54.73%
B=32.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431911150.7700.400.25149.1963.2545.88
Hex2BBF734D02819953f2e
Octal53277163115050312257756
Binary101011101111111110011100110101010001100110010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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