#2BB46D

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

Shades of Medium Sea Green #2BB46D

Tints of Medium Sea Green #2BB46D

Color information

#2BB46D (or 0x2BB46D) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B4 and 6D. RGB value is (43,180,109). Sum of RGB (Red+Green+Blue) = 43+180+109=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB46D is #D44B92. Grayscale: #838383. Windows color (decimal): -13912979 or 7189547. OLE color: 7189547.

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

Color convert

RGB43180109-
CMYK0.7600.390.29
HSL148.91º61.43%43.73%-
HSV(B)148.91º76.11%70.59%-
XYZ20.0834.2620.02-
YUV130.94115.6165.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.95%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=12.95%
G=54.22%
B=32.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431801090.7600.390.29148.9161.4343.73
Hex2BB46D4C0271D953d2c
Octal53264155114047352257554
Binary101011101101001101101100110001001111110110010101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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