#2BA572

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

Shades of Medium Sea Green #2BA572

Tints of Medium Sea Green #2BA572

Color information

#2BA572 (or 0x2BA572) is unknown color: approx Medium Sea Green. HEX triplet: 2B, A5 and 72. RGB value is (43,165,114). Sum of RGB (Red+Green+Blue) = 43+165+114=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA572 is #D45A8D. Grayscale: #7A7A7A. Windows color (decimal): -13916814 or 7513387. OLE color: 7513387.

HSL color Cylindrical-coordinate representation of color #2BA572: hue angle of 154.92º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA572 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB43165114-
CMYK0.7400.310.35
HSL154.92º58.65%40.78%-
HSV(B)154.92º73.94%64.71%-
XYZ17.4928.6420.53-
YUV122.71123.0871.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.35%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=13.35%
G=51.24%
B=35.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431651140.7400.310.35154.9258.6540.78
Hex2BA5724A01F239b3b29
Octal53245162112037432337351
Binary101011101001011110010100101001111110001110011011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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