Html Css Color HEX #2AB959 Medium Sea Green

📋 copy color: '#2AB959'

red 42 ◦ green 185 ◦ blue 89

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

Shades of Medium Sea Green #2AB959

Tints of Medium Sea Green #2AB959

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.54%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 13.29%
G = 58.54%
B = 28.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#2AB959 (or 0x2AB959) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 59. RGB value is (42,185,89). Sum of RGB (Red+Green+Blue) = 42+185+89=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB959 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB959 is #D546A6. Grayscale: #838383. Windows color (decimal): -13977255 or 5880106. OLE color: 5880106.

HSL color Cylindrical-coordinate representation of color #2AB959: hue angle of 139.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB959 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 89 -
CMYK 0.77 0 0.52 0.27
HSL 139.72º 0.63% 0.45% -
HSV(B) 139.72º 0.77% 0.73% -
XYZ 20.11 35.91 15.32 -
YUV 131.3 104.12 64.31 -
System Red Green Blue C M Y K H S L
Decimal 42 185 89 0.77 0 0.52 0.27 139.72 0.63 0.45
Hex 2A B9 59 4D 0 34 1B 8C 3F 2D
Octal 52 271 131 115 0 64 33 214 77 55
Binary 101010 10111001 1011001 1001101 0 110100 11011 10001100 111111 101101

Color Harmonies of #2AB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB959

Black with #2AB959

Text Example


Text Example

White with #2AB959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,89); }

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

background-color css

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

 a { background-color: rgb(42,185,89); }

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

border-color css

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

 span { border-color: rgb(42,185,89); }

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