#2AB35A

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

Shades of Medium Sea Green #2AB35A

Tints of Medium Sea Green #2AB35A

Color information

#2AB35A (or 0x2AB35A) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B3 and 5A. RGB value is (42,179,90). Sum of RGB (Red+Green+Blue) = 42+179+90=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB35A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB35A is #D54CA5. Grayscale: #808080. Windows color (decimal): -13978790 or 5944106. OLE color: 5944106.

HSL color Cylindrical-coordinate representation of color #2AB35A: hue angle of 141.02º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB35A is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB4217990-
CMYK0.7700.500.30
HSL141.02º61.99%43.33%-
HSV(B)141.02º76.54%70.2%-
XYZ18.9233.4715.14-
YUV127.89106.6166.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 179 (70.31% from 255) = 57.56%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=13.50%
G=57.56%
B=28.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42179900.7700.500.30141.0261.9943.33
Hex2AB35A4D0321E8d3e2b
Octal52263132115062362157653
Binary101010101100111011010100110101100101111010001101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,179,90); }

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

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

 a { background-color: rgb(42,179,90); }

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

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

 span { border-color: rgb(42,179,90); }

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