Html Css Color HEX #2AB45F Medium Sea Green

📋 copy color: '#2AB45F'

red 42 ◦ green 180 ◦ blue 95

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

Shades of Medium Sea Green #2AB45F

Tints of Medium Sea Green #2AB45F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.78%

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 13.25%
G = 56.78%
B = 29.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#2AB45F (or 0x2AB45F) is known color: Medium Sea Green. HEX triplet: 2A, B4 and 5F. RGB value is (42,180,95). Sum of RGB (Red+Green+Blue) = 42+180+95=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB45F is #D54BA0. Grayscale: #818181. Windows color (decimal): -13978529 or 6272042. OLE color: 6272042.

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

Color convert

RGB 42 180 95 -
CMYK 0.77 0 0.47 0.29
HSL 143.04º 0.62% 0.44% -
HSV(B) 143.04º 0.77% 0.71% -
XYZ 19.34 33.96 16.36 -
YUV 129.05 108.78 65.91 -
System Red Green Blue C M Y K H S L
Decimal 42 180 95 0.77 0 0.47 0.29 143.04 0.62 0.44
Hex 2A B4 5F 4D 0 2F 1D 8F 3E 2C
Octal 52 264 137 115 0 57 35 217 76 54
Binary 101010 10110100 1011111 1001101 0 101111 11101 10001111 111110 101100

Color Harmonies of #2AB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB45F

Black with #2AB45F

Text Example


Text Example

White with #2AB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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