#2BB46C

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

Shades of Medium Sea Green #2BB46C

Tints of Medium Sea Green #2BB46C

Color information

#2BB46C (or 0x2BB46C) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B4 and 6C. RGB value is (43,180,108). Sum of RGB (Red+Green+Blue) = 43+180+108=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB46C is #D44B93. Grayscale: #828282. Windows color (decimal): -13912980 or 7124011. OLE color: 7124011.

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

Color convert

RGB43180108-
CMYK0.7600.400.29
HSL148.47º61.43%43.73%-
HSV(B)148.47º76.11%70.59%-
XYZ20.0234.2419.74-
YUV130.83115.1165.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.99%
GREEN value IS 180 (70.70% from 255) = 54.38%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=12.99%
G=54.38%
B=32.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431801080.7600.400.29148.4761.4343.73
Hex2BB46C4C0281D943d2c
Octal53264154114050352247554
Binary101011101101001101100100110001010001110110010100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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