#2BBF70

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

Shades of Medium Sea Green #2BBF70

Tints of Medium Sea Green #2BBF70

Color information

#2BBF70 (or 0x2BBF70) is unknown color: approx Medium Sea Green. HEX triplet: 2B, BF and 70. RGB value is (43,191,112). Sum of RGB (Red+Green+Blue) = 43+191+112=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF70 is #D4408F. Grayscale: #898989. Windows color (decimal): -13910160 or 7388971. OLE color: 7388971.

HSL color Cylindrical-coordinate representation of color #2BBF70: hue angle of 147.97º 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 #2BBF70 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB43191112-
CMYK0.7700.410.25
HSL147.97º63.25%45.88%-
HSV(B)147.97º77.49%74.9%-
XYZ22.5538.9521.66-
YUV137.74113.4760.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=12.43%
G=55.20%
B=32.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431911120.7700.410.25147.9763.2545.88
Hex2BBF704D02919943f2e
Octal53277160115051312247756
Binary101011101111111110000100110101010011100110010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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