#2BB472

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

Shades of Medium Sea Green #2BB472

Tints of Medium Sea Green #2BB472

Color information

#2BB472 (or 0x2BB472) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B4 and 72. RGB value is (43,180,114). Sum of RGB (Red+Green+Blue) = 43+180+114=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB472 is #D44B8D. Grayscale: #838383. Windows color (decimal): -13912974 or 7517227. OLE color: 7517227.

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

Color convert

RGB43180114-
CMYK0.7600.370.29
HSL151.09º61.43%43.73%-
HSV(B)151.09º76.11%70.59%-
XYZ20.3534.3721.48-
YUV131.51118.1164.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.76%
GREEN value IS 180 (70.70% from 255) = 53.41%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=12.76%
G=53.41%
B=33.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431801140.7600.370.29151.0961.4343.73
Hex2BB4724C0251D973d2c
Octal53264162114045352277554
Binary101011101101001110010100110001001011110110010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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