Html Css Color HEX #2AB36F Medium Sea Green

📋 copy color: '#2AB36F'

red 42 ◦ green 179 ◦ blue 111

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

Shades of Medium Sea Green #2AB36F

Tints of Medium Sea Green #2AB36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.92%

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 12.65%
G = 53.92%
B = 33.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#2AB36F (or 0x2AB36F) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 6F. RGB value is (42,179,111). Sum of RGB (Red+Green+Blue) = 42+179+111=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB36F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB36F is #D54C90. Grayscale: #828282. Windows color (decimal): -13978769 or 7320362. OLE color: 7320362.

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

Color convert

RGB 42 179 111 -
CMYK 0.77 0 0.38 0.30
HSL 150.22º 0.62% 0.43% -
HSV(B) 150.22º 0.77% 0.7% -
XYZ 19.94 33.88 20.53 -
YUV 130.29 117.11 65.03 -
System Red Green Blue C M Y K H S L
Decimal 42 179 111 0.77 0 0.38 0.30 150.22 0.62 0.43
Hex 2A B3 6F 4D 0 26 1E 96 3E 2B
Octal 52 263 157 115 0 46 36 226 76 53
Binary 101010 10110011 1101111 1001101 0 100110 11110 10010110 111110 101011

Color Harmonies of #2AB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB36F

Black with #2AB36F

Text Example


Text Example

White with #2AB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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