Html Css Color HEX #2FAB6A Medium Sea Green

📋 copy color: '#2FAB6A'

red 47 ◦ green 171 ◦ blue 106

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

Shades of Medium Sea Green #2FAB6A

Tints of Medium Sea Green #2FAB6A

RGB

 RED value IS 47 (18.75% from 255) = 14.51%

 GREEN value IS 171 (67.19% from 255) = 52.78%

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 14.51%
G = 52.78%
B = 32.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#2FAB6A (or 0x2FAB6A) is known color: Medium Sea Green. HEX triplet: 2F, AB and 6A. RGB value is (47,171,106). Sum of RGB (Red+Green+Blue) = 47+171+106=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB6A is #D05495. Grayscale: #7E7E7E. Windows color (decimal): -13653142 or 6990639. OLE color: 6990639.

HSL color Cylindrical-coordinate representation of color #2FAB6A: hue angle of 148.55º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB6A is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 106 -
CMYK 0.73 0 0.38 0.33
HSL 148.55º 0.57% 0.43% -
HSV(B) 148.55º 0.73% 0.67% -
XYZ 18.34 30.77 18.61 -
YUV 126.51 116.42 71.29 -
System Red Green Blue C M Y K H S L
Decimal 47 171 106 0.73 0 0.38 0.33 148.55 0.57 0.43
Hex 2F AB 6A 49 0 26 21 95 39 2B
Octal 57 253 152 111 0 46 41 225 71 53
Binary 101111 10101011 1101010 1001001 0 100110 100001 10010101 111001 101011

Color Harmonies of #2FAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB6A

Black with #2FAB6A

Text Example


Text Example

White with #2FAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,171,106); }

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

background-color css

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

 a { background-color: rgb(47,171,106); }

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

border-color css

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

 span { border-color: rgb(47,171,106); }

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