#2AB45D

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

Shades of Medium Sea Green #2AB45D

Tints of Medium Sea Green #2AB45D

Color information

#2AB45D (or 0x2AB45D) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B4 and 5D. RGB value is (42,180,93). Sum of RGB (Red+Green+Blue) = 42+180+93=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB45D is #D54BA2. Grayscale: #818181. Windows color (decimal): -13978531 or 6140970. OLE color: 6140970.

HSL color Cylindrical-coordinate representation of color #2AB45D: hue angle of 142.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB45D is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB4218093-
CMYK0.7700.480.29
HSL142.17º62.16%43.53%-
HSV(B)142.17º76.67%70.59%-
XYZ19.2533.9315.89-
YUV128.82107.7866.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 180 (70.70% from 255) = 57.14%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=13.33%
G=57.14%
B=29.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180930.7700.480.29142.1762.1643.53
Hex2AB45D4D0301D8e3e2c
Octal52264135115060352167654
Binary101010101101001011101100110101100001110110001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,93); }

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

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

 a { background-color: rgb(42,180,93); }

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

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

 span { border-color: rgb(42,180,93); }

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