Html Css Color HEX #2AB571 Medium Sea Green

📋 copy color: '#2AB571'

red 42 ◦ green 181 ◦ blue 113

#2AB571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2AB571

Tints of Medium Sea Green #2AB571

RGB

 RED value IS 42 (16.8% from 255) = 12.5%

 GREEN value IS 181 (71.09% from 255) = 53.87%

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 12.5%
G = 53.87%
B = 33.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#2AB571 (or 0x2AB571) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 71. RGB value is (42,181,113). Sum of RGB (Red+Green+Blue) = 42+181+113=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB571 is #D54A8E. Grayscale: #838383. Windows color (decimal): -13978255 or 7451946. OLE color: 7451946.

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

Color convert

RGB 42 181 113 -
CMYK 0.77 0 0.38 0.29
HSL 150.65º 0.62% 0.44% -
HSV(B) 150.65º 0.77% 0.71% -
XYZ 20.46 34.73 21.25 -
YUV 131.69 117.45 64.03 -
System Red Green Blue C M Y K H S L
Decimal 42 181 113 0.77 0 0.38 0.29 150.65 0.62 0.44
Hex 2A B5 71 4D 0 26 1D 97 3E 2C
Octal 52 265 161 115 0 46 35 227 76 54
Binary 101010 10110101 1110001 1001101 0 100110 11101 10010111 111110 101100

Color Harmonies of #2AB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB571

Black with #2AB571

Text Example


Text Example

White with #2AB571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,181,113); }

 H1.HeaderClassName
 {
   color: #2AB571;
 }
 .AnyTagClassName
 {
   color: #2AB571;
 }
</style>

background-color css

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

 a { background-color: rgb(42,181,113); }

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

border-color css

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

 span { border-color: rgb(42,181,113); }

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